活动:支付添加错误码返回
This commit is contained in:
@@ -386,6 +386,8 @@ export const STATUS = {
|
||||
ORDER_ERROR: { code: 70006, simStr: '订单错误' },
|
||||
PRICE_ERROR: { code: 70007, simStr: '价格错误' },
|
||||
NO_PAY: { code: 70008, simStr: '未支付' },
|
||||
NO_MOTHLY_TICKET_REWARD: { code: 70009, simStr: '没有可领取的月卡奖励' }
|
||||
NO_MOTHLY_TICKET_REWARD: { code: 70009, simStr: '没有可领取的月卡奖励' },
|
||||
ACTIVITY_TYPE_ERROR: { code: 70010, simStr: '活动类型错误' },
|
||||
ACTIVITY_NO_PRODUCT: { code: 70011, simStr: '活动数据错误' }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user