From d4e9ff96761a103c1cf1124d663b52b0dc91d396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 22 Jul 2020 15:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E5=95=86=E5=9F=8E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E7=9C=8B=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jdshop/callback.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)