[SceneItem] exchange_rate-汇率

汇率

参数结构

字段

是否为空

字段说明

样例

from

原货币

日元

to

目标货币

人民币

fromCode

原货币代码

JPY

toCode

目标货币代码

CNY

currentValue

当前汇率

0.0466

updateTime

更新时间

2025-10-10T15:19:00+08:00

示例

请求

query:日元汇率

返回

{
    "from": "日元",
    "to": "人民币",
    "fromCode": "JPY",
    "toCode": "CNY",
    "currentValue": "0.0466",
    "updateTime": "2025-10-10T15:19:00+08:00"
}