作者 karlet

feat:下单接口

... ... @@ -186,7 +186,7 @@ class BinanceSpot
{
$path = '/api/v3/order/test';
$method = 'POST';
return $this->requestListenKey($method, $path, $param);
return $this->requestAccount($method, $path, $param);
}
/*
... ...