This commit is contained in:
gazebo
2019-09-10 18:46:04 +08:00
parent f632622b55
commit a6350630bd
2 changed files with 5 additions and 6 deletions

View File

@@ -10,8 +10,7 @@ import (
const (
appKey = "4A86853D-E4B6-454E-940A-B68ECDA2B73E"
MsgTypeOrder = "order"
SubMsgTypeOrderNew = "newOrder"
MsgTypeOrder = "order"
)
type CallbackResponse struct {