Compare commits

..

No commits in common. "99115958e44c18eff263f909217542241a49319e" and "af9238c6758dd0124bf5d730abf549386f91693f" have entirely different histories.

2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View File

@ -23,6 +23,3 @@ bin-release/
/HJGL_DS/.vs/config/applicationhost.config
/HJGL_DS/FineUIPro.Web/FileUpload/Sign
/sh.exe.stackdump
/HJGL_DS/FineUIPro.Web/.vs
/HJGL_DS/SgManager.AI/.vs
/HJGL_DS/packages

View File

@ -34,7 +34,7 @@ namespace SgManager.AI
{
String strbaser64 = ConvertDataFormatAndImage.ImageToByte64String(imagePath, System.Drawing.Imaging.ImageFormat.Jpeg); // 图片的base64编码
var imageType = "BASE64";
var groupIdList = "Face";
var groupIdList = "WX_Face_TCC";
// 如果有可选参数
var options = new Dictionary<string, object>{
{"quality_control", "NORMAL"},