This commit is contained in:
邹宗楠
2023-10-30 09:14:40 +08:00
parent 8c55b8385f
commit d1dc090daa

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 response
return tao_vegetable.CallBackResultInfo(nil)
}
func forwardOrderToGy(msg *mtwmapi.CallbackMsg, orderStatus string) {