This commit is contained in:
邹宗楠
2023-10-19 11:44:18 +08:00
parent ea41d3815a
commit 692b8a2df5

View File

@@ -13,7 +13,7 @@ import (
// OnCallbackMsg 淘宝回调接口
func OnCallbackMsg(orderStatus, orderId string, msg interface{}) (response *tao_vegetable.CallBackResult) {
if CurPurchaseHandler != nil {
jxutils.CallMsgHandler(func() {
jxutils.CallMsgHandlerAsync(func() {
response = CurPurchaseHandler.onOrderMsg(orderStatus, orderId, msg)
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
}