Skip to content

Commit a84604a

Browse files
committed
修改默认的base_url
1 parent 5329715 commit a84604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apijson/JSONRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
const TAG_REQUEST_UTIL = 'RequestUtil';
2222

23-
var URL_BASE = "http://39.108.143.172:8080"; // 基地址
23+
var URL_BASE = "http://apijson.cn:8080"; // 基地址
2424
var URL_GET = URL_BASE + "/get"; // 常规获取数据方式
2525
var URL_HEAD = URL_BASE + "/head"; // 检查,默认是非空检查,返回数据总数
2626
var URL_GETS = URL_BASE + "/gets"; // 通过POST来GET数据,不显示请求内容和返回结果,一般用于对安全要求比较高的请求

0 commit comments

Comments
 (0)