展会新闻分类
HTTP Request
GET /api/v2/informations/categories
HEADERS
字段名 | 是否必填 | 描述 |
---|---|---|
ACCESS-TOKEN | true | 授权token(aPaas提供) |
URL Parameters
字段名 | 必填 | 描述 |
---|
返回数据
{
"code": 0,
"message": "success",
"remark": "成功",
"data": {
"categories": [
{
"id": 1,
"name": "展会资讯"
},
{
"id": 2,
"name": "行业动态"
},
{
"id": 3,
"name": "展会百科"
},
{
"id": 4,
"name": "展会问答"
}
]
}
}
展会新闻
HTTP Request
GET /api/v2/informations
HEADERS
字段名 | 是否必填 | 描述 |
---|---|---|
ACCESS-TOKEN | true | 授权token(aPaas提供) |
URL Parameters
字段名 | 必填 | 描述 |
---|---|---|
query | 否 | 查询 |
category_id | 否 | 分类ID |
返回数据
{
"code": 0,
"message": "success",
"remark": "成功",
"data": {
"total_count": 2,
"total_pages": 1,
"next_page": null,
"prev_page": null,
"current_page": 1,
"per_page": 15,
"page": 1,
"models": [
{
"id": 2,
"title": "中国婚博会北京站,将于本周末3月9-10日开幕,快来免费领票!", // 标题
"content": "号外!号外!北京婚博会2024年3月9-10日在北京国家会议中心盛大开幕。结婚,你要的大牌商家都在这里!!还能省下不少钱哦,在备婚的情侣,一定不要错过!", // 内容
"hot_value": 0, // 热度值
"tags": [
"中国婚博会"
],
"release_at": "2024-03-08T17:13:07.116+08:00",
"editor": "中国婚博会",
"category_id": 1, // 分类
"category": "展会资讯", // 分类ID
"second_industry_id": 3,
"second_industry": {
"name": "安防"
},
"pid": null,
"published_at": "2024-03-08T17:13:07.116+08:00" // 上架时间
},
{
"id": 1,
"title": "2024GETshow完美收官!展期4天吸引全球63132人",
"content": "3月3-6日,由广东演艺设备行业商会主办,广州市高效展览有限公司承办的2024广州(国际)演艺设备、智能声光产品技术展览会在广州广交会展馆D区隆重举办!",
"hot_value": 2,
"tags": [
"GETshow"
],
"release_at": "2024-03-08T17:13:07.116+08:00",
"editor": "长城",
"category_id": 1,
"category": "展会资讯",
"second_industry_id": 3,
"second_industry": {
"name": "安防"
},
"pid": null,
"published_at": "2024-03-08T17:13:07.116+08:00"
}
]
}
}
展会新闻详情
HTTP Request
GET /api/v2/informations/:id
HEADERS
字段名 | 是否必填 | 描述 |
---|---|---|
ACCESS-TOKEN | true | 授权token(aPaas提供) |
URL Parameters
字段名 | 必填 | 描述 |
---|
返回数据
{
"code": 0,
"message": "success",
"remark": "成功",
"data": {
"id": 1,
"title": "2024GETshow完美收官!展期4天吸引全球63132人",
"content": "3月3-6日,由广东演艺设备行业商会主办,广州市高效展览有限公司承办的2024广州(国际)演艺设备、智能声光产品技术展览会在广州广交会展馆D区隆重举办!",
"hot_value": 2,
"tags": [
"GETshow"
],
"release_at": "2024-03-08T17:13:07.116+08:00",
"editor": "长城",
"category_id": 1,
"category": "展会资讯",
"second_industry_id": 3,
"second_industry": {
"name": "安防"
},
"pid": null,
"published_at": "2024-03-08T17:13:07.116+08:00",
"tdk": {
"url": "https://zhanhui-dev.weiwenjia.com/exhibitions/41311",
"path": "/exhibitions/41311",
"title": "title1",
"keywords": "keywords1",
"description": "description1"
}
}
}
更新展会新闻热度值
HTTP Request
POST /api/v2/informations /:id/update_views
HEADERS
字段名 | 是否必填 | 描述 |
---|---|---|
ACCESS-TOKEN | true | 授权token(aPaas提供) |
URL Parameters
字段名 | 必填 | 描述 |
---|
返回数据
{
"code": 0,
"message": "success",
"remark": "成功",
"data": {
"id": 1,
"hot_value": 2
}
}
文档更新时间: 2025-04-09 17:20 作者:李辉