yunify / qingcloud-sdk-go

The official QingCloud SDK for the Go programming language.
Apache License 2.0
29 stars 42 forks source link

request/unpack.go 没检查 http返回码 #110

Closed frostyplanet closed 5 years ago

frostyplanet commented 6 years ago

https://github.com/yunify/qingcloud-sdk-go/blob/master/request/unpacker.go 如果服务端返回非200的返回码,现在有可能忽略了错误,参考最近account sdk的改动

huyujie commented 6 years ago

111 has fix this problem.

frostyplanet commented 6 years ago

另外检查 RetCode类型也不是很严谨,比如 {} 就有可能骗过检查

huyujie commented 5 years ago

done