Commit 666c95ae by zihan

添加日志

parent 00c75323
......@@ -238,6 +238,9 @@ class biboxApi {
} catch (e) {
// console.error(e);
// console.error(body);
if(response.statusCode == 200){
console.log(body);
}
callback({statusCode:response.statusCode}, null);
}
}
......
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