zhouaini528 / binance-php

Binance API Like the official document interface, Support for arbitrary extension.
MIT License
107 stars 43 forks source link

Missed POST type on Delivery #45

Closed hk743kfjw closed 1 year ago

hk743kfjw commented 1 year ago

In file /src/Api/Delivery/Trade.php:109

$this->type='get';

It should be POST type, otherwise leverage not working.

$this->type='post';