This commit is contained in:
邹宗楠
2023-10-25 09:51:06 +08:00
parent 211513b137
commit 74339b920d
3 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ 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"
@@ -58,6 +59,7 @@ 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, "")