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