From 24e9b4f571c5ec7699436cea5980829cb68fcb6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 23 Jul 2020 13:39:51 +0800 Subject: [PATCH] test --- business/partner/purchase/jdshop/callback.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/business/partner/purchase/jdshop/callback.go b/business/partner/purchase/jdshop/callback.go index 90e19b56b..af60425aa 100644 --- a/business/partner/purchase/jdshop/callback.go +++ b/business/partner/purchase/jdshop/callback.go @@ -1,15 +1,11 @@ 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", utils.Format4Output(msg, false)) + // fmt.Println("testcallback", utils.Format4Output(msg, false)) // if CurPurchaseHandler != nil { // if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged { // response = CurPurchaseHandler.onStoreStatusChanged(msg)