You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{"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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: