获取单会中全部嘉宾列表
POST
https://www.micecube.com/api/guest/getDetailAll获取单会中全部嘉宾列表
请求参数
Header 参数
Mice-Auth
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
data
array [object {13}]
必需
itemsCount
integer
总页数
total
integer
一共多少条数据
currentPage
integer
当前页
url
string
可选
time
integer
服务器返回时间
示例
{
"code": 1,
"msg": "成功",
"data": {
"data": [
{
"id": 5002,
"form_id": 203672,
"company_name": "花果山",
"position": "2222",
"post_name": "八戒",
"post_name_abbr": "B",
"post_excerpt": "3333",
"post_content": "<p>111111</p>",
"more": {
"thumbnail": ""
},
"mobile": "15169048608",
"email": "sunpeng@mofyi.com",
"is_top_time": 1693877685,
"category_data": [
{
"id": 649,
"name": "分类一"
},
{
"id": 650,
"name": "分类二"
}
]
},
{
"id": 4867,
"form_id": 203672,
"company_name": "花果山",
"position": "",
"post_name": "悟空",
"post_name_abbr": "W",
"post_excerpt": "",
"post_content": "",
"more": {
"thumbnail": ""
},
"mobile": "15169048608",
"email": "",
"is_top_time": 0,
"category_data": [
{
"id": 649,
"name": "分类一"
}
]
}
],
"itemsCount": 1,
"total": 2,
"currentPage": 1
},
"url": "",
"time": 1693906118
}
最后修改时间: 1 年前