HuobiRDCenter / huobi_Golang

Go SDK for Huobi Spot API
https://www.htx.com/zh-cn/opend/newApiPages/
Apache License 2.0
176 stars 86 forks source link

Cannot unmarshal number into Go struct field RequestOrdersV1Response.err-code of type string #17

Closed filinvadim closed 3 years ago

filinvadim commented 4 years ago

Message: {"op":"req","ts":1598615344364,"topic":"orders.list","err-code":10021,"cid":"","err-msg":"req orders.list query error:Please enter a valid account-id."}

RequestOrdersV1Response.ErrCode field must be integer.

eynzhang commented 3 years ago

@filinvadim thanks for your feedback, it is fixed in latest master branch.

Reminder: the websocket v1 will be obsolete, it is suggest you use websocket v2.