Skip to content

Commit 1541453

Browse files
committed
Java:更新 APIAuto
1 parent 85d8708 commit 1541453

File tree

7 files changed

+596
-122
lines changed

7 files changed

+596
-122
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
在常用功能上远超 Postman, Swagger, YApi, Rap 等其它各种 开源、商业 的 API 文档/测试 工具。<br />
2121
支持 HTTP GET/POST API,智能显示和切换;支持一键导入 Swagger, Rap, YApi 的用例和文档。<br />
2222
不仅适用于 RESTful、类 RESTful、GRPC 的 API,还是腾讯 [APIJSON](https://github.com/Tencent/APIJSON) 官方建议的文档与测试工具。<br />
23-
腾讯内部用户包括 互动娱乐、技术工程、云与智慧 等,外部用户包含 工商银行某地分行、500强上市公司深圳传音、行业领头羊社保科技 等。
23+
腾讯内部用户包括 IEG 互动娱乐事业群、TEG 技术工程事业群、CSIG 云与智慧事业群 等, <br />
24+
外部用户包含 工商银行某地分行、500强上市公司传音、跨境电商龙头 SHEIN、行业领头羊社保科技 等。
2425

2526
<h3 align="center" style="text-align:center;">
2627
腾讯 AI 测试圈子演讲(部分)
@@ -160,8 +161,8 @@ https://github.com/TommyLemon/APIAuto/issues/12
160161
管理后台网页改用 http://apijson.cn/api ,托管服务地址改为 http://47.74.39.68:9090 <br />
161162
https://github.com/TommyLemon/APIAuto/issues/13
162163

163-
更多常见问题 <br />
164-
https://github.com/TommyLemon/APIAuto
164+
更多问题及解答 <br />
165+
https://github.com/TommyLemon/APIAuto/issues
165166

166167
<br />
167168

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/apijson/JSONObject.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ var JSONObject = {
130130
if (typeof module == 'object') {
131131
module.exports = JSONObject;
132132
}
133+
133134
//TODO 取消注释 Object.freeze(JSONObject) //不可修改

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/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://localhost:8080"; // 基地址
23+
var URL_BASE = "http://localhost:8080" // "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数据,不显示请求内容和返回结果,一般用于对安全要求比较高的请求

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/css/main.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ textarea {
263263
}
264264

265265
.right-bar {
266-
height: 40px;
266+
height: auto;
267+
min-height: 40px;
267268
border-bottom: #DDD 1px solid;
268269
width: 100%;
269270
position: absolute;
@@ -471,7 +472,7 @@ textarea {
471472
}
472473
/* .json-link:link, .json-link:visited {
473474
color: #717171;
474-
text-decoration: none
475+
text-decoration: none
475476
} */
476477
.json-link:hover, .json-link:active {
477478
color: #3ab54a!important;
@@ -627,4 +628,4 @@ table.diff thead th.texttitle {
627628
background-color: #d9edf7;
628629
border-color: #bce8f1;
629630
color: #31708f;
630-
}
631+
}

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/index.html

Lines changed: 54 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)