From fa1c22322a8a69b4177ddea4d582f334dc70cf00 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, 29 Jul 2020 14:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BC=8E=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jdshop/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/jdshop/callback.go b/business/partner/purchase/jdshop/callback.go index 797d0a3f5..d2e0b602d 100644 --- a/business/partner/purchase/jdshop/callback.go +++ b/business/partner/purchase/jdshop/callback.go @@ -7,7 +7,7 @@ import ( "git.rosy.net.cn/baseapi/utils" ) -func OnCallbackMsg(msg *jdshopapi.GetOrderResult) { +func OnCallbackMsg(msg *jdshopapi.CallBackResult) { fmt.Println("testcallback", utils.Format4Output(msg, false)) // if CurPurchaseHandler != nil { // if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged {