简要描述:

请求域名:

  • http://xx.com

请求URL:

POST:plugin.agent-enquiry.Backend.controllers.tag.get-list

参数:

参数名 是否必须 类型 说明
page int 当前页面

返回示例:

正确时返回:

{
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: 1,
uniacid: 6,
bg_color: "1",
words_color: "2",
created_at: "1970-01-01 08:00:03",
updated_at: "1970-01-01 08:00:04",
area: "北京;北京;"
},
- {
id: 3,
uniacid: 6,
bg_color: "5",
words_color: "5",
created_at: "1970-01-01 08:00:05",
updated_at: "1970-01-01 08:00:05",
area: ""
}
]
}
}
}

返回参数说明:

参数名 类型 说明
result int 0:失败,1:成功
msg string 提示消息
data array 返回数据

返回参数 data 说明:

参数名 类型 说明
area string 区域
bg_color string 背景颜色
words_color string 文字颜色

备注: