fix
This commit is contained in:
parent
bd82008985
commit
07f389aff8
|
@ -218,6 +218,7 @@ func getCombineImage(ctx context.Context, svcCtx *svc.ServiceContext, parseInfo
|
||||||
}
|
}
|
||||||
combineInfo["param_data"] = replaceData
|
combineInfo["param_data"] = replaceData
|
||||||
postData, _ := json.Marshal(combineInfo)
|
postData, _ := json.Marshal(combineInfo)
|
||||||
|
//地址写死了目前
|
||||||
url := "http://192.168.1.7:45678/LogoCombine"
|
url := "http://192.168.1.7:45678/LogoCombine"
|
||||||
header := make(map[string]string)
|
header := make(map[string]string)
|
||||||
header["content-type"] = "application/json"
|
header["content-type"] = "application/json"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user