作者 karlet

feat:撤销订单

@@ -189,6 +189,12 @@ class BinanceSpot @@ -189,6 +189,12 @@ class BinanceSpot
189 return $this->requestAccount($method, $path, $param); 189 return $this->requestAccount($method, $path, $param);
190 } 190 }
191 191
  192 + public function cancelOrderById($param){
  193 + $path = '/api/v3/order';
  194 + $method = 'DELETE';
  195 + return $this->requestAccount($method, $path, $param);
  196 + }
  197 +
192 /* 198 /*
193 * ================================== 199 * ==================================
194 * 以下公共接口,无限apikey 200 * 以下公共接口,无限apikey