feat(测试): 自动测试用删除账号接口

This commit is contained in:
luying
2022-11-02 10:14:34 +08:00
parent f92d1336ac
commit 5d8911771b
7 changed files with 35 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ export const STATUS = {
GLOBAL_ERR: { code: 1003, simStr: '服务器内部错误' },
UPDATE_INFO_ERR: {code: 1004, simStr: '热更新配置错误'},
DEBUG_FUNCTION_ERR: {code: 1005, simStr: '功能逻辑已改debug接口不再提供'},
DEVELOP_ONLY: {code: 1006, simStr: '只有测试环境才可以使用该接口'},
// http请求
REQUEST_TIME_OUT: { code: 2000, simStr: '请求超时' },