- 重新命名一些饿百的常量名

This commit is contained in:
gazebo
2019-04-18 17:38:25 +08:00
parent 46591cd544
commit ad69492cea
5 changed files with 47 additions and 18 deletions

View File

@@ -26,18 +26,6 @@ const (
ResponseCodeCallElmFailed = 2101 // 这个可以尝试重试
)
const (
CmdOrderCreate = "order.create"
CmdOrderDeliveryStatus = "order.deliveryStatus.push"
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 {
ErrNo int `json:"errno"`
Error string `json:"error"`