Commit 6dd06fc7 by Sxy

fix: 去掉日志打印&& 去掉请求超时限制

parent 37873ee6
...@@ -285,7 +285,6 @@ class System { ...@@ -285,7 +285,6 @@ class System {
requestId: resultInfo.requestId || "" requestId: resultInfo.requestId || ""
} }
}; };
console.log(param);
let P = new Promise((resv, rej) => { let P = new Promise((resv, rej) => {
this.postJsonTypeReq(reqUrl, param).then(res => { this.postJsonTypeReq(reqUrl, param).then(res => {
if (res.statusCode == 200) { if (res.statusCode == 200) {
......
...@@ -10,7 +10,7 @@ const uuidv4 = require('uuid/v4'); ...@@ -10,7 +10,7 @@ const uuidv4 = require('uuid/v4');
axios.defaults.timeout = 3 * 1000; // 4s // axios.defaults.timeout = 3 * 1000; // 4s
const ALISTATUS = { const ALISTATUS = {
ACCOUNTREGISTRATION: 507, // 完成账户注册 ACCOUNTREGISTRATION: 507, // 完成账户注册
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment