Commit b6ed5775 by ken

试试看

parent bd65b49c
......@@ -172,7 +172,8 @@ function getBalanceByRest() {
const url = `https://trade.zb.com/api/getAccountInfo?accesskey=${APIKEY}&method=getAccountInfo&sign=${sign}&reqTime=${Date.now()}`
_request("GET", url, (err, data) => {
if (err) {
console.error(err + ":" + url);
console.error(err);
console.error(url);
} else {
console.debug(data);
}
......
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