京东商城返回看一下
This commit is contained in:
@@ -3,11 +3,13 @@ package jdshop
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
|
|
||||||
"git.rosy.net.cn/baseapi/platformapi/jdshopapi"
|
"git.rosy.net.cn/baseapi/platformapi/jdshopapi"
|
||||||
)
|
)
|
||||||
|
|
||||||
func OnCallbackMsg(msg *jdshopapi.CallBackResult) {
|
func OnCallbackMsg(msg *jdshopapi.CallBackResult) {
|
||||||
fmt.Println("testcallback")
|
fmt.Println("testcallback", utils.Format4Output(msg, false))
|
||||||
// if CurPurchaseHandler != nil {
|
// if CurPurchaseHandler != nil {
|
||||||
// if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged {
|
// if msg.Cmd == mtwmapi.MsgTypeStoreStatusChanged {
|
||||||
// response = CurPurchaseHandler.onStoreStatusChanged(msg)
|
// response = CurPurchaseHandler.onStoreStatusChanged(msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user