作者 karlet

feat:下单接口

@@ -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 /*