This commit is contained in:
邹宗楠
2025-08-22 10:29:52 +08:00
parent 57f057cf42
commit 4b234723f9
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
package controllers
import (
"git.rosy.net.cn/jx-callback/globals"
"net/http"
"git.rosy.net.cn/baseapi/platformapi/dadaapi"
@@ -20,7 +19,6 @@ func (c *DadaDeliveryController) Msg() {
if c.Ctx.Input.Method() == http.MethodPost {
obj, callbackResponse := api.DadaAPI.GetOrderCallbackMsg(c.Ctx.Input.RequestBody)
if callbackResponse == nil {
globals.SugarLogger.Debugf("---------err := %s", utils.Format4Output(obj, false))
callbackResponse = dada.OnWaybillMsg(obj)
}
if callbackResponse != nil && callbackResponse.Code != 200 {