This commit is contained in:
dute7liang
2024-01-21 22:17:33 +08:00
parent 0b5b166211
commit 88dad88c49
2 changed files with 12 additions and 1 deletions

View File

@@ -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: '充值密码'},
]