简要描述:
- 搜索页-分类
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.be-within-call.frontend.index.get-category-list
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| is_recommend | 否 | int | 是否推荐:1是0否 |
| sort_type | 是 | int | 分类类型:1需求、2技能、3企业;默认:1 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "list",
"data": [
{
"id": 1,
"uniacid": 6,
"sort": 0,
"type": 1,
"title": "需求分类",
"is_show": 1,
"is_recommend": 1,
"created_at": "2023-02-27 17:46:41",
"thumb": "images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg",
"thumb_url": "http://demo.yun.cn/static/upload/images/6/2022/01/17fd5908dcc2d363548243c47ef3e97d.jpg"
}
]
}
返回参数说明:
data参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | string | 分类 |
| title | string | 分类名称 |
| thumb_url | string | 分类图片 |