作者 karlet

feat:sopt

@@ -151,14 +151,14 @@ class BinanceSpot @@ -151,14 +151,14 @@ class BinanceSpot
151 { 151 {
152 $path = '/api/v3/userDataStream'; 152 $path = '/api/v3/userDataStream';
153 $method = 'POST'; 153 $method = 'POST';
154 - return $this->requestAccount($method, $path, $param); 154 + return $this->requestMarket($method, $path, $param);
155 } 155 }
156 //延长 Listen Key 有效期 (USER_STREAM) 156 //延长 Listen Key 有效期 (USER_STREAM)
157 public function listenKeyDelay($param) 157 public function listenKeyDelay($param)
158 { 158 {
159 $path = '/api/v3/userDataStream'; 159 $path = '/api/v3/userDataStream';
160 $method = 'PUT'; 160 $method = 'PUT';
161 - return $this->requestAccount($method, $path, $param); 161 + return $this->requestMarket($method, $path, $param);
162 } 162 }
163 163
164 /* 164 /*