文档
测试

咨询页面

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

请求头

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

请求参数

参数名
类型
描述
必填
theme_id
必填,法律自助小模块id
必填

响应参数

参数名
类型
描述
必填
code
200成功,4001没有数据
必填
msg
接口提示
必填
data
数组
接口数据
必填
id
小模块id
必填
info
描述
必填
title
小模块名称
必填
price
价格
必填
discount
折扣(如果是会员,价格则是原价*折扣/10)
必填
is_vip
是否会员,0是1否
必填

说明 / 示例

{ "code": 200, "msg": "咨询页面", "data": { "id": 11, "info": "财务咨询99元", "title": "财务咨询", "price": 18, "discount": 8, "is_vip": 1 } }