We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5329715 commit a84604aCopy full SHA for a84604a
apijson/JSONRequest.js
@@ -20,7 +20,7 @@
20
21
const TAG_REQUEST_UTIL = 'RequestUtil';
22
23
-var URL_BASE = "http://39.108.143.172:8080"; // 基地址
+var URL_BASE = "http://apijson.cn:8080"; // 基地址
24
var URL_GET = URL_BASE + "/get"; // 常规获取数据方式
25
var URL_HEAD = URL_BASE + "/head"; // 检查,默认是非空检查,返回数据总数
26
var URL_GETS = URL_BASE + "/gets"; // 通过POST来GET数据,不显示请求内容和返回结果,一般用于对安全要求比较高的请求
0 commit comments