You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
307 B

// 用户注册方式
export enum RegisterWayEnum {
SMS_REGISTRATION = 1, // 短信注册
ACCOUNT_REGISTRATION = 2, // 账号注册
EMAIL_REGISTRATION = 3, // 邮箱注册
AGENT_ACCOUNT_OPENING_REGISTRATION = 4, // 代理开户注册
BULK_ACCOUNT_OPENING_REGISTRATION = 5, // 批量开户注册
}