获取可选服务
POST
/commonApi/inner/getServiceList请求参数
Header 参数
token
string
可选
示例值:
150e1b82-0c79-41a7-a1ea-7908e27f9883
Body 参数application/json
houseId
integer
仓库id
busType
integer
必需
业务类型 10大货中转 20一件代发 30 退换标
operateType
integer
服务类型 默认 1
settleType
integer
必需
生效对象 默认 1 客户
示例
{
"houseId": 0,
"busType": 0,
"operateType": 0,
"settleType": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
错误码
data
array [object {2}] | null
返回数据
mergeName
string
服务名称
serviceParamId
integer
服务id
msg
string | null
可选
错误提示,用户可阅读
errorMsg
string | null
可选
actionMsg
string | null
用于统一行为
solution
string | null
可选
解决方案 可以是文本也可以是html前端会渲染出来
msgCode
string | null
可选
示例
{
"code": 0,
"data": [
{
"mergeName": "string",
"serviceParamId": 0
}
],
"msg": "string",
"errorMsg": "string",
"actionMsg": "string",
"solution": "string",
"msgCode": "string"
}
最后修改时间: 3 个月前