This commit is contained in:
邹宗楠
2023-10-25 17:27:06 +08:00
parent 4b165519ed
commit 834ab61da5
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ const (
// OnOrderMsg 抖音
func OnOrderMsg(msgId string, msg interface{}) (response *tiktokShop.CallbackResponse) {
globals.SugarLogger.Debugf("GetTiktokApi msg := %s", utils.Format4Output(msg, false))
if CurPurchaseHandler != nil {
orderId, shopId, _ := api.TiktokStore.GetCallbackOrderId(msgId, msg)
if shopId == 53802960 {