- 门店状态消息相关的状态常量

This commit is contained in:
gazebo
2019-04-12 16:18:39 +08:00
parent f843a3ecba
commit 841c63af48
3 changed files with 19 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ const (
CmdOrderPartRefund = "order.partrefund.push"
CmdOrderStatus = "order.status.push"
CmdOrderUserCancel = "order.user.cancel"
CmdShopMsgPush = "shop.msg.push"
CmdShopBindMsg = "shop.bind.msg"
CmdShopUnbindMsg = "shop.unbind.msg"
)
type ResponseResult struct {