文档
测试
POST
http://192.168.1.21:9091/web/label/list

请求参数

参数名
类型
描述
必填
pageNum
int
页数
必填
pageSize
int
数量
必填
id
int
id
必填
type
int
类型 1:支出 2收入
必填
name
string
一级标签
必填
status
int
状态 1:发布 2:下架 3编辑中
必填

响应参数

参数名
类型
描述
必填
id
int
id
必填
name
string
图标名
必填
robotId
int
机器人id
必填
languageId
int
话术id
必填
sort
int
排序
必填
createTime
创建时间
必填
status
int
状态 1:发布 2:下架 3编辑中 4删除
必填
checkUrl
file
选中图片
必填
url
file
图片
必填
languageLabelId
int
必填

说明 / 示例

{ "code": 200, "data": { "pageSize": 10, "currPage": 1, "total": 141, "pageCount": 15, "result": [ { "id": 176, "name": "名称啧啧啧", "url": null, "type": 1, "languageId": 4, "robotId": 202, "sort": 2, "createTime": "2022-11-28 19:29:37", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 836 }, { "id": 176, "name": "名称啧啧啧", "url": null, "type": 1, "languageId": 213, "robotId": null, "sort": 2, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 193 }, { "id": 138, "name": "生活", "url": null, "type": 1, "languageId": 965, "robotId": null, "sort": null, "createTime": "2022-11-28 18:29:21", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 835 }, { "id": 138, "name": "生活", "url": null, "type": 1, "languageId": 668, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 571 }, { "id": 137, "name": "美食", "url": null, "type": 1, "languageId": 603, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 511 }, { "id": 136, "name": "出行", "url": null, "type": 1, "languageId": 561, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 472 }, { "id": 135, "name": "住宿", "url": null, "type": 1, "languageId": 501, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 418 }, { "id": 134, "name": "娱乐", "url": null, "type": 1, "languageId": 465, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 417 }, { "id": 133, "name": "投资", "url": null, "type": 1, "languageId": 446, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 400 }, { "id": 132, "name": "逛街", "url": null, "type": 1, "languageId": 442, "robotId": null, "sort": null, "createTime": "2022-11-28 13:58:56", "updateTime": null, "status": 1, "systemType": 1, "checkUrl": null, "labelIconId": null, "languageLabelId": 396 } ] }, "message": "操作成功" }