GET api/flight/currency/info?currencyCode={currencyCode}
獲取貨幣信息(符號)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
currencyCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
獲取貨幣信息(符號)
ReturnResultOfListOfCurrencyInfoContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of CurrencyInfoContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "currencyCode": "sample string 1", "CurrencySign": "sample string 2" }, { "currencyCode": "sample string 1", "CurrencySign": "sample string 2" } ], "code": 1, "message": "sample string 2" }