文档
测试

首页功能图标

GET
http://cs.gzranghui.com/api/shicao/icon

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
type
0,第一排功能图标,1查询2学习4税筹支持5法律支持6咨询
必填

响应参数

参数名
类型
描述
必填
code
200成功,4001没有数据
必填
msg
接口提示
必填
data
数组
接口数据
必填
id
必填
title
名称
必填
icon
图片链接
必填
url
跳转路由,目前就资讯需要,其他是锚点
必填

说明 / 示例

{ "code": 200, "msg": "功能图标数据", "data": [ { "id": 1, "title": "查询", "icon": "http://cs.gzranghui.com/image/618e10065cf3e.png", "url": "" }, { "id": 2, "title": "学习", "icon": "http://cs.gzranghui.com/image/618e106a29632.png", "url": "" }, { "id": 3, "title": "培训", "icon": "http://cs.gzranghui.com/image/618e10cad9a0e.png", "url": "" }, { "id": 4, "title": "税筹支持", "icon": "http://cs.gzranghui.com/image/618e10e18e0de.png", "url": "" }, { "id": 5, "title": "法律支持", "icon": "http://cs.gzranghui.com/image/618e10fa7f1e4.png", "url": "" }, { "id": 6, "title": "咨询", "icon": "http://cs.gzranghui.com/image/618e112039cd7.png", "url": "" }, { "id": 7, "title": "资讯", "icon": "http://caibao.tch1217.com/image/6139c2d9679f2.png", "url": "" } ] }