Commit 641c2ebb by zihan

日志调整

parent 8774062b
...@@ -270,7 +270,7 @@ class biboxApi { ...@@ -270,7 +270,7 @@ class biboxApi {
} }
} catch (e) { } catch (e) {
console.error("parse body时出错"); console.error("parse body时出错");
console.error("status code:" + response.statusCode + ",body:" + response.body); console.error("status code:" + response.statusCode);
callback(e, null) callback(e, null)
// if (response.statusCode === 429) { // if (response.statusCode === 429) {
// callback({statusCode: response.statusCode}) // callback({statusCode: response.statusCode})
......
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