正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -186,7 +186,7 @@ class BinanceSpot | @@ -186,7 +186,7 @@ class BinanceSpot | ||
| 186 | { | 186 | { |
| 187 | $path = '/api/v3/order/test'; | 187 | $path = '/api/v3/order/test'; |
| 188 | $method = 'POST'; | 188 | $method = 'POST'; |
| 189 | - return $this->requestListenKey($method, $path, $param); | 189 | + return $this->requestAccount($method, $path, $param); |
| 190 | } | 190 | } |
| 191 | 191 | ||
| 192 | /* | 192 | /* |
-
请 注册 或 登录 后发表评论