Commit bd65b49c by ken

试试看

parent 8851d2e2
...@@ -172,7 +172,7 @@ function getBalanceByRest() { ...@@ -172,7 +172,7 @@ 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); console.error(err + ":" + 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