This commit is contained in:
邹宗楠
2022-10-24 11:22:08 +08:00
parent 24b8b4ad97
commit c43d4d5f29
6 changed files with 1 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ func (a *API) GetOrderCallbackMsg(data []byte) (orderMsg *WayBillInfo) {
callbackInfo := &CallBackInfo{}
err := utils.UnmarshalUseNumber(data, callbackInfo)
if err != nil {
globals.SugarLogger.Debugf("fn msg faild %v, err : %v", string(data), err)
return nil
}
if err == nil {