This commit is contained in:
邹宗楠
2023-10-25 10:26:36 +08:00
parent 74339b920d
commit 89cf2f43aa
2 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import (
"errors"
"fmt"
instantShopping_getDeliveryListByOrderId_response "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/api/instantShopping_getDeliveryListByOrderId/response"
"git.rosy.net.cn/jx-callback/globals"
"time"
superm_getStoreAutoCallRiderInfo_response "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/api/superm_getStoreAutoCallRiderInfo/response"
@@ -59,7 +58,6 @@ func (c *PurchaseHandler) onWaybillMsg(tag, orderId string, data interface{}) *t
UpdatedAt: time.Now(),
},
}
globals.SugarLogger.Debugf("============data := %s", utils.Format4Output(status, false))
err = partner.CurOrderManager.OnOrderStatusChanged(localOrder.VendorOrgCode, status)
}
return tiktok_api.Err2CallbackResponse(err, "")