[Mod]修改API部分说明信息

This commit is contained in:
vn.py 2018-06-02 21:26:04 +08:00
parent fe211876da
commit e587d4cf3b
3 changed files with 9 additions and 1 deletions

View File

@ -10,5 +10,5 @@ OKEX的比特币交易接口基于Websocket API开发实现了以下功能
### API信息
链接:[https://www.okex.com/ws_getStarted.html](https://www.okex.com/ws_getStarted.html)
链接:[https://github.com/okcoin-okex/API-docs-OKEx.com](https://github.com/okcoin-okex/API-docs-OKEx.com)

View File

@ -1,5 +1,11 @@
# encoding: UTF-8
'''
OKEX的高性能异步交易API
Contributoripqhjjybj 大佳
'''
from __future__ import print_function
import hashlib

View File

@ -2,6 +2,8 @@
'''
vnpy.api.okex的gateway接入
Contributoripqhjjybj 大佳
'''
from __future__ import print_function