curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/warehouse' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing'{
"success": true,
"message": "操作成功!",
"code": 200,
"result": {
"data": [
{
"whCode": "cd_w_wh",
"whName": "加拿大仓",
"measureUnit": "IN",
"weightUnit": "KG",
"country": "CA"
},
{
"whCode": "us_w_wh",
"whName": "美西仓",
"measureUnit": "IN",
"weightUnit": "LB",
"country": "US"
},
{
"whCode": "sz_wh",
"whName": "深圳仓",
"measureUnit": "CM",
"weightUnit": "KG",
"country": "CN"
}
]
},
"timestamp": 1717057260270
}