huobi_Golang icon indicating copy to clipboard operation
huobi_Golang copied to clipboard

Cannot unmarshal number into Go struct field CancelOrderByIdResponse.order-state of type string

Open gregzaitsev opened this issue 1 year ago • 1 comments

Huobi response contains numeric order state in case of cancellation error, so this deserialization results in marshalling error:

result := order.CancelOrderByIdResponse{}
jsonErr := json.Unmarshal([]byte(postResp), &result)

gregzaitsev avatar Oct 10 '23 19:10 gregzaitsev

Hi @eynzhang! Do you still maintain this repository?

gregzaitsev avatar Oct 14 '23 21:10 gregzaitsev