Commit 95b39b0b by ken

试试看吧

parent 38f9d36f
......@@ -85,6 +85,7 @@ function depthByRest(callback) {
let opt = {
url: "http://api.zb.com/data/v1/depth?market=btc_usdt&size=10",
method: "GET",
gzip: true,
};
request(opt, (error, response, body) => {
if ( !callback ) return;
......
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