Files
rn-app/constants/network.ts
2025-11-05 17:24:55 +08:00

39 lines
788 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 请求相关
export enum NetworkTypeEnum {
ERROR = 'error',
SUCCESS = 'success',
}
// 冻结账号相关接口
export const FREEZE_CMDID = [
'314501',
'7242031',
'621116',
'396101',
'420029',
'724209',
'621112',
'377003',
'7242026',
'390004',
'3740012',
'321543',
'310400',
'325308',
];
export const WITHDRAWAL_CMDID = ['325308'];
export const NO_CANCEL_CMDID = ['370730']; // 不需要取消的请求集合
export const TIPS_CON = [
'请完成短信验证之后再参与',
'请填写真实姓名之后再参与',
'请完成绑定银行卡之后再参与',
'请完成生日设置之后再参与',
'请绑定虚拟货币之后再参与',
'请绑定收款方式之后再参与',
'同登录IP仅可领取一次不可重复领取',
];