1
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
// OnCallbackMsg 淘宝回调接口
|
// OnCallbackMsg 淘宝回调接口
|
||||||
func OnCallbackMsg(orderStatus, orderId string, msg interface{}) (response *tao_vegetable.CallBackResult) {
|
func OnCallbackMsg(orderStatus, orderId string, msg interface{}) (response *tao_vegetable.CallBackResult) {
|
||||||
if CurPurchaseHandler != nil {
|
if CurPurchaseHandler != nil {
|
||||||
jxutils.CallMsgHandler(func() {
|
jxutils.CallMsgHandlerAsync(func() {
|
||||||
response = CurPurchaseHandler.onOrderMsg(orderStatus, orderId, msg)
|
response = CurPurchaseHandler.onOrderMsg(orderStatus, orderId, msg)
|
||||||
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
|
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user