qiuyao
2025-04-28 bb7f59a301a390e04443fa4745bd2afa1fa58e0f
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/BaiDuFaceHelper.cs
@@ -6,11 +6,13 @@
using System.Net;
using System.Text;
using System.Threading.Tasks;
using FaceAI;
namespace WIDESEAWCS_Common
{
    public class BaiDuFaceHelper
    {
        #region 浜鸿劯璇嗗埆API
        /// <summary>
        /// 鑾峰彇AccessToken
        /// </summary>
@@ -252,6 +254,7 @@
            return searchResult;
        }
        #endregion
    }