adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 664 forks source link

unexpected end of JSON input #528

Open ruhrohroh opened 7 months ago

ruhrohroh commented 7 months ago

When sending a cancel order for spot margin. The response code comes back as 200, but the data of data, err = ioutil.ReadAll(res.Body), seems to be empty and causes this unmarshallng problem.

xyq-c-cpp commented 1 week ago

had you fix this?