京东商城返回看一下

This commit is contained in:
苏尹岚
2020-07-22 15:25:27 +08:00
parent 36570b67da
commit d4e9ff9676

View File

@@ -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)