获取仓库
POST
/commonApi/inner/getHouseList
请求参数
Header 参数
token
string
可选
示例值:
150e1b82-0c79-41a7-a1ea-7908e27f9883
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/commonApi/inner/getHouseList' \
--header 'token: 150e1b82-0c79-41a7-a1ea-7908e27f9883'
返回响应
🟢200成功
application/json
Body
code
integer | null
错误码
data
array [object {3}] | null
返回数据
houseId
integer
仓库id
houseCode
string
仓库编码
houseName
string
仓库名称
msg
string | null
可选
errorMsg
string | null
可选
actionMsg
string | null
用于统一行为
solution
string | null
可选
msgCode
string | null
可选
示例
{
"code": 0,
"data": [
{
"houseId": 0,
"houseCode": "string",
"houseName": "string"
}
],
"msg": "string",
"errorMsg": "string",
"actionMsg": "string",
"solution": "string",
"msgCode": "string"
}
修改于 2024-08-26 01:54:02