Commit b6ed5775 by ken

试试看

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