[Fix] 修复OkexFutureClient缺少签名的错误
This commit is contained in:
parent
4878b3291b
commit
63c8401931
@ -39,5 +39,6 @@ class OkexFutureRestBase(RestClient):
|
||||
data += "&sign=" + sign
|
||||
|
||||
req.headers = {'Content-Type': 'application/x-www-form-urlencoded'}
|
||||
req.data = data
|
||||
return req
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user