api

package
v0.0.0-...-7113a4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exchange

type Exchange struct {
	Name       string `json:"name"`
	Rate       string `json:"rate"`
	UpdateTime string `json:"updatetime"`
}

type ExchangeSingleRes

type ExchangeSingleRes struct {
	Result struct {
		List map[string]Exchange `json:"list"`
	} `json:"result"`
}

func ExchangeSingle

func ExchangeSingle(appCode, currency string) (ExchangeSingleRes, error)

ExchangeSingle 单个货币汇率查询

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL