1
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user