This commit is contained in:
邹宗楠
2023-11-20 15:36:44 +08:00
parent f62c9bb143
commit 2b401bc0b5
2 changed files with 1 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ func OnCallbackMsg(orderStatus, orderId string, msg interface{}) (response *tao_
response = CurPurchaseHandler.onOrderMsg(orderStatus, orderId, msg)
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
}
return tao_vegetable.CallBackResultInfo(nil)
return response
}
func forwardOrderToGy(msg *mtwmapi.CallbackMsg, orderStatus string) {