新增历史请求记录;新增管理员账号;新增配置schema和托管服务器;优化自动化接口回归测试;优化自动注释;新增文档视频源码等入口;修复bug · shaanxi/APIJSONAuto@d8ce819 · GitHub
Skip to content

Commit d8ce819

Browse files
committed
新增历史请求记录;新增管理员账号;新增配置schema和托管服务器;优化自动化接口回归测试;优化自动注释;新增文档视频源码等入口;修复bug
1 parent 28b017e commit d8ce819

8 files changed

Lines changed: 1028 additions & 338 deletions

File tree

apijson/CodeUtil.js

Lines changed: 58 additions & 31 deletions

apijson/JSONRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function format(json) {
189189
}
190190

191191
function log(tag, msg) {
192-
console.log(tag + '.' + msg);
192+
//console.log(tag + '.' + msg);
193193
}
194194

195195
/**将json字符串转为JSON对象

apijson/JSONResponse.js

Lines changed: 91 additions & 24 deletions

0 commit comments

Comments
 (0)