通用协议无法建立连接

Author: zhchy751, Created: 2018-05-23 13:43:10, Updated:

function main() { var url = “https://api.bloex.com/ticker/get”; var result = exchange.IO("api",“POST”,url); Log(result); }

运行结果如下,问题出在哪里呢:

信息 false 2018-05-23 13:18:52 Exchange 错误 Futures_OP 4: Post http://127.0.0.1:6666/exchange: dial tcp 127.0.0.1:6666: connectex: No connection could be made because the target machine actively refused it. 2018-05-23 13:18:51

重启


More

小小梦 需要自己编写 通用协议 插件程序,并不是 在添加交易所的时候 选择通用协议 这项 就可以直接使用了。