init
This commit is contained in:
@@ -247,3 +247,8 @@ export const payConfigTypeList = [
|
||||
{ value: 1, label: '支付宝',listClass: listClass.primary},
|
||||
{ value: 2, label: '微信',listClass: listClass.success},
|
||||
]
|
||||
|
||||
export const smsTypeList = [
|
||||
{ value: 'REGISTER', label: '注册短信'},
|
||||
{ value: 'RESET_PASSWORD', label: '充值密码'},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user