对接接口

This commit is contained in:
wangxiaowei
2025-12-17 23:34:08 +08:00
parent 018a784a8c
commit df863a2f41
19 changed files with 792 additions and 389 deletions

6
src/enum/sms.ts Normal file
View File

@ -0,0 +1,6 @@
// 短信枚举
export enum SMS_ENUM {
YZMDL = 'YZMDL', // 验证码登录
BANK = 'BANK', // 绑定银行卡
}