简要描述:
- 搜索拍品或拍卖员
请求域名:
- http://xx.com
请求URL:
POST:plugin.commission-activity.api.index.activity-search
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
keyword | string | 关键词 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取数据成功",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 1,
"data": [
{
"title": "11",
"cover": "images/3/2018/03/Kk8KckV06Cd0HAPkazkCZpONDFcHPH.jpg",
"join_num": null
}
]
}
}
错误时返回:
{
"result": 0,
"msg": "",
"data": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 1,
"data": []
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
title | string | 标题 |
cover | array | 活动封面 |
join_num | int | 参与人数 |