From e6381eca6a3434f29c778a6016dc089106ea9249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 28 Jul 2020 17:37:23 +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 d2e0b602d..797d0a3f5 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.CallBackResult) { +func OnCallbackMsg(msg *jdshopapi.GetOrderResult) { fmt.Println("testcallback", utils.Format4Output(msg, false)) // if CurPurchaseHandler != nil { // if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged {