This commit is contained in:
laodaming 2023-08-10 14:03:31 +08:00
parent bd82008985
commit 07f389aff8

View File

@ -218,6 +218,7 @@ func getCombineImage(ctx context.Context, svcCtx *svc.ServiceContext, parseInfo
}
combineInfo["param_data"] = replaceData
postData, _ := json.Marshal(combineInfo)
//地址写死了目前
url := "http://192.168.1.7:45678/LogoCombine"
header := make(map[string]string)
header["content-type"] = "application/json"