This commit is contained in:
邹宗楠
2022-11-08 18:29:57 +08:00
parent 767d59d850
commit 5cf243189c
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ import (
func OnOrderMsg(msgId string, msg interface{}) (response *tiktokShop.CallbackResponse) {
if CurPurchaseHandler != nil {
orderId, _ := api.TiktokStore.GetCallbackOrderId(msgId, msg)
jxutils.CallMsgHandler(func() {
response = CurPurchaseHandler.onOrderMsg(msgId, orderId, msg)
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDDD))