curl --location '/open/base/warehouse/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}'{
"code": 0,
"data": [
{
"id": "1000",
"name": "马来1仓",
"countryCode": "MYS",
"countryShortCode": "MY"
},
{
"id": "1001",
"name": "马来2仓",
"countryCode": "MYS",
"countryShortCode": "MY"
},
{
"id": "2000",
"name": "越南1仓",
"countryCode": "VNM",
"countryShortCode": "VN"
},
{
"id": "2002",
"name": "越南2仓",
"countryCode": "VNM",
"countryShortCode": "VN"
},
{
"id": "3000",
"name": "泰国1仓",
"countryCode": "THA",
"countryShortCode": "TH"
},
{
"id": "3002",
"name": "泰国2仓",
"countryCode": "THA",
"countryShortCode": "TH"
}
],
"trace": "e5a52764-1981-4099-8c35-7bc1576341d8",
"extra": {},
"ok": true
}