简要描述:
请求域名:
- http://xx.com
请求URL:
GET/plugin.member-tags.Backend.controllers.tag.getList
###请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page | 是 | int | 页码 |
search[title] | 否 | string | 搜索标题 |
search[group_id] | 否 | int | 搜索分类id |
返回示例:
"result":1,
"msg":"ok",
"data":{
"list":{
"total":2,
"per_page":15,
"current_page":1,
"last_page":1,
"next_page_url":null,
"prev_page_url":null,
"from":1,
"to":2,
"data":[
{
"id":6,
"uniacid":5,
"title":"asdasd",
"color":"######",
"group_id":1,
"update_time":"01:03:33",
"type":2,
"group_condition_type":1,
"created_at":"2020-12-11 11:25:46",
"updated_at":"2020-12-11 11:25:46",
"deleted_at":null,
"member_num":null,
"exec_time":null,
"groupName":null
},
{
"id":7,
"uniacid":5,
"title":"asdasdsss",
"color":"######",
"group_id":1,
"update_time":"01:03:33",
"type":2,
"group_condition_type":1,
"created_at":"2020-12-14 10:35:55",
"updated_at":"2020-12-14 10:35:55",
"deleted_at":null,
"member_num":null,
"exec_time":null,
"groupName":null
}
]
}
}
}
响应参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 广告id |
color | 是 | string | 标签颜色 |
group_id | 是 | integer | 分组id |
group_condition_type | 是 | integer | 分组标签之间的关系 1与 2或 |
member_num | 是 | int | 最近新增会员数 |
exec_time | 是 | int | 上次执行时间 |
groupName | 是 | int | 分组名称 |