This commit is contained in:
邹宗楠
2022-11-08 19:05:20 +08:00
parent 5cf243189c
commit 395a4310a0
5 changed files with 4 additions and 8 deletions

View File

@@ -255,7 +255,6 @@ func getSkuWeight(product map[string]interface{}) (weight int) {
}
func (c *PurchaseHandler) onOrderMsg(msgId, orderId string, msg interface{}) (response *tiktokShop.CallbackResponse) {
globals.SugarLogger.Debugf("=========================Msg := %s", utils.Format4Output(msg, false))
var err error
// 处理售后单
if c.isAfsMsg(msgId) {