ucloud-sdk-go
ucloud-sdk-go copied to clipboard
DescribeShareBandwidthPrice 接口错误
Version of UCloud SDK?
v0.21.47
Version of Go (go version
)?
go1.19.2
What issue did you see?
DescribeShareBandwidthPriceResponse 中的 TotalPrice 应该是 float
Steps to reproduce
[{"Action":"DescribeShareBandwidthPriceResponse","ListPrice":0.2,"PurchaseValue":1669563557,"Request_uuid":"0dcdfb21-2ab4-4ae1-9ea6-168a8e3761e9","RetCode":0,"TotalPrice":0.2}] got error, json: cannot unmarshal number 0.2 into Go struct field DescribeShareBandwidthPriceResponse.TotalPrice of type int
If you have have an runnable example, please include it.