Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson 2023-08-10 17:32:02 +08:00
commit f047419fcb

View File

@ -180,7 +180,7 @@ func getCombineImage(ctx context.Context, svcCtx *svc.ServiceContext, parseInfo
"address": "",
"phone": "",
"colors": []string{},
"template_tagid": []string{},
"template_tagid": []string{"b1a"},
"is_crop": false,
"shape": "",
"ratio": 0,
@ -222,6 +222,9 @@ func getCombineImage(ctx context.Context, svcCtx *svc.ServiceContext, parseInfo
url := svcCtx.Config.PythonApi.CombineImageUrl
header := make(map[string]string)
header["content-type"] = "application/json"
/*f, _ := os.Create("a.txt")
defer f.Close()
f.Write(postData)*/
httpRsp, err := curl.ApiCall(url, "POST", header, bytes.NewReader(postData), 20)
if err != nil {
logx.Error("failed to combine logo:", err)