- weimob order callback

This commit is contained in:
gazebo
2019-01-19 11:06:20 +08:00
parent 267a13d166
commit a41686fb56
3 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
package wsc
import (
"git.rosy.net.cn/baseapi/platformapi/weimobapi"
)
func OnCallbackMsg(msg *weimobapi.CallbackMsg) (response *weimobapi.CallbackResponse) {
return weimobapi.SuccessResponse
}