1
This commit is contained in:
@@ -41,6 +41,7 @@ func (c *PurchaseHandler) isAfsMsg(orderStatus string, orderId string) bool {
|
|||||||
func (c *PurchaseHandler) OnAfsOrderMsg(orderId, status string, msg interface{}) (retVal *tao_vegetable.CallBackResult) {
|
func (c *PurchaseHandler) OnAfsOrderMsg(orderId, status string, msg interface{}) (retVal *tao_vegetable.CallBackResult) {
|
||||||
jxutils.CallMsgHandlerAsync(func() {
|
jxutils.CallMsgHandlerAsync(func() {
|
||||||
retVal = c.onAfsOrderMsg(status, msg)
|
retVal = c.onAfsOrderMsg(status, msg)
|
||||||
|
globals.SugarLogger.Debugf("=============errr : %s", utils.Format4Output(retVal, false))
|
||||||
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
|
}, jxutils.ComposeUniversalOrderID(orderId, model.VendorIDTaoVegetable))
|
||||||
return retVal
|
return retVal
|
||||||
}
|
}
|
||||||
@@ -197,7 +198,7 @@ func (c *PurchaseHandler) onAfsOrderMsg(status string, msg interface{}) (retVal
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("=============errr : %s", err)
|
globals.SugarLogger.Debugf("=============errr : %v", err)
|
||||||
return tao_vegetable.CallBackResultInfo(err)
|
return tao_vegetable.CallBackResultInfo(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user