文档
测试

修改上钟类型

POST
http://127.0.0.1:18888/opeTaskDispatch/updateBellType 商家端http://127.0.0.1:18888/opeTaskDispatch/app/updateBellType

接口描述

修改上钟类型

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

application/json
参数名
类型
描述
必填
userName
string
用户名称,示例:001 (租户15116150402老板)
必填
tenantId
string
租户号,示例:100079
必填
userId
string
用户id
必填
data
object
数据字典
必填
id
long
派工单id
必填
bellTypeId
string
原上钟类型id
必填
bellTypeName
string
原上钟类型名称
必填
newBellTypeId
string
新上钟类型id
必填
newBellTypeName
string
新上钟类型名称
必填

请求示例

``` { "userId":"319130353047150594", "mobile":"15116150402", "userName":"001 (租户15116150402老板)", "tenantId":"100079", "time":"2022-03-24 14:31:31", "data":{ "id":"446639161784045570", "bellTypeId":"1", "bellTypeName":"轮钟", "newBellTypeId":"3", "newBellTypeName":"点钟" } } ```

响应参数

参数名
类型
描述
必填
code
string
200成功/其他失败
必填
message
string
示例:
必填
data
string
示例:
必填

响应示例

``` { "code": "200", "message": "", "data": "", "pageSize": 0, "page": 0, "totalPage": 0, "totalRecords": 0 } ```