This commit is contained in:
邹宗楠
2024-05-27 15:44:38 +08:00
parent cd8c78cc08
commit 6a8aa0cfff
5 changed files with 55 additions and 22 deletions

View File

@@ -494,8 +494,7 @@ func pushCallbackToGy(urlIndex string, msg interface{}) {
}
request.Header.Set("Content-Type", "application/json; charset=UTF-8")
resp, err := client.Do(request)
resopp, _ := ioutil.ReadAll(resp.Body)
globals.SugarLogger.Debugf("============ %s %v", string(resopp), err)
ioutil.ReadAll(resp.Body)
}
func tiktokStatusPush(order *model.Waybill, orderStatus int64, lng, lat, vendorOrgCode string) {