{}
curl --location --request POST '' \
--header 'method: ols.base.warehouse.list' \
--header 'app_key: {{app_key}}' \
--header 'nonce: {{nonce}}' \
--header 'sign: {{sign}}' \
--header 'format: {{format}}' \
--header 'sign_type: {{sign_type}}' \
--header 'version: {{version}}' \
--header 'timestamp: {{timestamp}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"msg": "请求成功",
"data": [
{
"code": "DE01",
"currency": "EUR",
"status": "ENABLE",
"name_cn": "德国1仓",
"name_en": "德国1仓",
"country_code": "DE"
},
{
"code": "GB01",
"currency": "GBP",
"status": "ENABLE",
"name_cn": "英国1仓",
"name_en": "英国1仓",
"country_code": "GB"
}
],
"timestamp": 1724122342002
}