5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
|
export const PROVIDER_TYPE_SMS_ALIYUN = 'sms-aliyun';
|
||
|
|
||
|
export const CODE_STATUS_UNUSED = 0;
|
||
|
export const CODE_STATUS_USED = 1;
|