接口地址:http://open.liupai.net/exchange/convert
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/exchange/convert?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| from | string | 是 | 要换算的货币 |
| to | string | 是 | 换算后的货币 |
| amount | int | 是 | 数量 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| from | string | 要换算的货币 |
| to | string | 换算后的货币 |
| fromname | string | 要换算的货币名称 |
| toname | string | 换算后的货币名称 |
| updatetime | string | 更新时间 |
| rate | string | 汇率 |
| camount | string | 计算金额 |
接口地址:http://open.liupai.net/exchange/single
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/exchange/single?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| currency | string | 是 | 货币 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| currency | string | 货币 |
| name | string | 名称 |
| rate | string | 汇率 |
| updatetime | string | 更新时间 |
接口地址:http://open.liupai.net/exchange/currency
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/exchange/currency?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 暂无参数 | |||
| 参数名称 | 类型 | 说明 |
|---|---|---|
| currency | string | 货币 |
| name | string | 名称 |