鼎测试

This commit is contained in:
苏尹岚
2020-07-28 17:34:03 +08:00
parent c8d921a74f
commit 2f00f49849

View File

@@ -1,11 +1,14 @@
package jdshop
import (
"fmt"
"git.rosy.net.cn/baseapi/platformapi/jdshopapi"
"git.rosy.net.cn/baseapi/utils"
)
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)