- record order ok.
This commit is contained in:
@@ -26,6 +26,11 @@ func (c *DadaOrderController) OrderStatusChanged() {
|
||||
if callbackResponse == nil {
|
||||
cc := &controller.OrderController{}
|
||||
callbackResponse = cc.OrderStatusChanged(obj)
|
||||
|
||||
// utils.CallFuncAsync(func() {
|
||||
// cc2 := &dada.WaybillController{}
|
||||
// cc2.OnWaybillMsg(obj)
|
||||
// })
|
||||
}
|
||||
if callbackResponse.Code != 200 {
|
||||
c.CustomAbort(callbackResponse.Code, string(utils.MustMarshal(callbackResponse)))
|
||||
|
||||
Reference in New Issue
Block a user