This commit is contained in:
李超 2025-07-28 12:02:10 +08:00
parent 221f27f8ff
commit 529f02ee9f
1 changed files with 1 additions and 1 deletions

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 = "WX_Face_TCC";
var groupIdList = "Face";
// 如果有可选参数
var options = new Dictionary<string, object>{
{"quality_control", "NORMAL"},