Documentation ¶
Index ¶
- func ExchangeCountryValuta(cny float64, code string) (cur float64, country string)
- func ExchangeCountryValutaTo(code string, cur float64) (cny float64, country string)
- func ExchangeCurrency(cny float64, code string) (cur float64, country string)
- func ExchangeCurrencyStrTo(code, cur string, prec int) (cnyMoney string, country string)
- func ExchangeCurrencyTo(code string, cur float64) (cny float64, country string)
- func LoadCountryInfo(path string)
- func ResetCache()
- type CountryCurrency
- type CurrencyRate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExchangeCountryValuta ¶
ExchangeCountryValuta 人民办转目标地域货币 cny 人民币数额 code 目标地域编码 如MY 马来西亚 返回 cur 目标币种数量 country 目标币种名称
func ExchangeCountryValutaTo ¶
ExchangeCountryValutaTo 目标地域货币转人民币 cur 目标币种数量 code 目标地域编码 如MY 马来西亚 返回 cny 人民币数额 country 目标币种名称
func ExchangeCurrency ¶
ExchangeCurrency 人民币转其他币种 cny 人民币数额 code 目标币种 编码 返回 cur 目标币种数量 country 目标币种名称
func ExchangeCurrencyStrTo ¶ added in v0.0.3
ExchangeCurrencyStrTo 其他币种转人命币 code 币种名称 cur 币种数量 返回 cny 人民币数量 county 固定为CN之类表示中国的符号
func ExchangeCurrencyTo ¶
ExchangeCurrencyTo 其他币种转人命币 code 币种名称 cur 币种数量 返回 cny 人民币数量 county 固定为CN之类表示中国的符号
Types ¶
type CountryCurrency ¶
type CountryCurrency struct { ZhCountry string `json:"zh_country"` Code2 string `json:"code2"` CurrencyCode string `json:"currency_code"` ZhCurrencyName string `json:"zh_currency_name"` Rate float64 `json:"rate"` }
func GetCountryExchangeRate ¶
func GetCountryExchangeRate(code string) CountryCurrency
GetCountryExchangeRate 获取指定国家 货币与人民币的汇率 参考兑换比例 1元人命币,兑换该国家的货币 汇率 code 该国家编码
type CurrencyRate ¶
func GetCurrencyExchangeRate ¶
func GetCurrencyExchangeRate(code string) CurrencyRate
GetCurrencyExchangeRate 获取指定国家 货币与人民币的汇率 参考兑换比例 1元人命币,兑换该国家的货币 汇率 code 该国家货币编码
Click to show internal directories.
Click to hide internal directories.