首页设置
POST
http://ligang.com/mobile/api/HomeSetting/getList
响应参数
参数名
类型
描述
必填
home_title
图标名称
必填
type
跳转类型 1.瀑布文章 2.一级文章 3.二级文章 4.产品 5.表单-共话发展 6.表单-助力家乡 7.表单-澄心聚贤 8.VR
必填
category_id
文章分类id
必填
说明 / 示例
{
“status”: 0,
“msg”: “操作成功”,
“datas”: [
{
“home_title”: “侨瞧利港”,
“type”: “1”,
“category_id”: null
},
{
“home_title”: “乡愁记忆”,
“type”: “2”,
“category_id”: “593”
},
{
“home_title”: “乡情地标”,
“type”: “8”,
“category_id”: null
},
{
“home_title”: “访贤聚力”,
“type”: “2”,
“category_id”: “595”
},
{
“home_title”: “见贤思齐”,
“type”: “3”,
“category_id”: “596”
},
{
“home_title”: “共话发展”,
“type”: “5”,
“category_id”: null
},
{
“home_title”: “助力家乡”,
“type”: “6”,
“category_id”: null
},
{
“home_title”: “同心同行”,
“type”: “4”,
“category_id”: null
},
{
“home_title”: “为侨服务”,
“type”: “2”,
“category_id”: “602”
},
{
“home_title”: “澄心聚贤”,
“type”: “7”,
“category_id”: null
}
]
}