Skip to content

Commit dbcd553

Browse files
committed
WA代码:恢复本地调试配置为测试API
1 parent f519241 commit dbcd553

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/scripts/app.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var isBeta = /(beta)/.test(window.location.href);
3+
var isBeta = /(beta|:9999)/.test(window.location.href);
44

55
angular.module('toHELL', [
66
'btford.modal',
@@ -114,11 +114,12 @@ angular.module('toHELL', [
114114
14001: "请求方式错误",
115115
14002: "token为空",
116116
14003: "服务器内部错误",
117-
// 生成ZIP包(webApp使用接口)
117+
// 生成ZIP包
118118
15001: "请求方式错误",
119119
15002: "服务器IO操作错误",
120120
15003: "Lua解析错误",
121121
15004: "Lua解析异常",
122+
15005: "token失效",
122123
// 上传图片接口
123124
0: "上传失败",
124125
1: "上传成功"

0 commit comments

Comments
 (0)