Commit 1d740a3a by zihan

bug fixed

parent 026024e7
...@@ -193,7 +193,7 @@ class biboxApi { ...@@ -193,7 +193,7 @@ class biboxApi {
return str.join("&"); return str.join("&");
} }
_publicRequest(path, params, callback, bindIP, method = 'GET') { _publicRequest(path, params, callback, bindIP, method = 'GET',host=proHost) {
if (!this.allowRequest) { if (!this.allowRequest) {
callback({code: "-2", message: "出现超频情况,暂停提交请求"}); callback({code: "-2", message: "出现超频情况,暂停提交请求"});
return; return;
......
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