- 重新命名一些饿百的常量名
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user