文档
测试
现存接口
新增响应字段

获取运营弹框列表

GET
https://easydoc.net/mock/MH8zNQVt/v1/popup/manage/list

接口描述

获取运营弹框列表数据

请求头

参数名
类型
描述
必填
x-id-token
string
用户token
必填

响应参数

application/json
参数名
类型
描述
必填
标签
code
int
0:成功;-1:失败;
可选
message
string
接口访问状况信息
可选
data
object
返回具体数据
可选
accessRights
object
访问用户权限:返回运营弹框的所有可浏览部门、可浏览用户组、可浏览角色;
必填
新增
departmentIds
string
部门权限信息
必填
新增
groupIds
string
用户组权限信息
必填
新增
roleIds
string
角色权限信息
必填
新增

说明 / 示例

请求数据示例: ```json { "code": 0, "message": null, "data": [ { "id": "8aaa87518576e768018577278708065d", "accessRights": { "departmentIds": "1001,1002", "groupIds": "18de3430d5c211ecee56852898e0c27e,164f2760afcf11ec4639493216e07922", "roleIds": "2,11" }, "marqueeType": "test1116", "popRule": "2", "viewRule": "2", "status": "1", "terminalType": "2", "sort": null, "mobileTerminals": [ { "id": "8aaa87518576e768018577278708065e", "popupId": "8aaa87518576e768018577278708065d", "terminalType": "1" }, { "id": "8aaa87518576e768018577278708065f", "popupId": "8aaa87518576e768018577278708065d", "terminalType": "2" }, { "id": "8aaa87518576e7680185772787080660", "popupId": "8aaa87518576e768018577278708065d", "terminalType": "3" }, { "id": "8aaa87518576e7680185772787080661", "popupId": "8aaa87518576e768018577278708065d", "terminalType": "4" } ], "createTime": "2023-01-03 18:21:09", "disableTime": null } ] } ```