京东商城出库
This commit is contained in:
@@ -43,6 +43,7 @@ func OnCallbackMsg(msg *jdshopapi.CallBackResult) (err error) {
|
|||||||
})
|
})
|
||||||
case jcqapi.TopicOrderOut:
|
case jcqapi.TopicOrderOut:
|
||||||
utils.CallFuncAsync(func() {
|
utils.CallFuncAsync(func() {
|
||||||
|
globals.SugarLogger.Debugf("jdsOrderOut", utils.Format4Output(msg, false))
|
||||||
orders := getAllRealOrderID(msg.OrderID)
|
orders := getAllRealOrderID(msg.OrderID)
|
||||||
if len(orders) > 0 {
|
if len(orders) > 0 {
|
||||||
for _, order := range orders {
|
for _, order := range orders {
|
||||||
|
|||||||
Reference in New Issue
Block a user