diff --git a/business/partner/purchase/jdshop/callback.go b/business/partner/purchase/jdshop/callback.go index 77c54ac2c..90e19b56b 100644 --- a/business/partner/purchase/jdshop/callback.go +++ b/business/partner/purchase/jdshop/callback.go @@ -3,11 +3,13 @@ package jdshop import ( "fmt" + "git.rosy.net.cn/baseapi/utils" + "git.rosy.net.cn/baseapi/platformapi/jdshopapi" ) func OnCallbackMsg(msg *jdshopapi.CallBackResult) { - fmt.Println("testcallback") + fmt.Println("testcallback", utils.Format4Output(msg, false)) // if CurPurchaseHandler != nil { // if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged { // response = CurPurchaseHandler.onStoreStatusChanged(msg)