文档
测试

常见问题列表

POST
https://guhe.gydtx.com/xcx/content/faq

请求参数

参数名
类型
描述
必填
skey
string
示例:MDAwMDAwMDAwMH-5sWWDhHZrgc2qbbN4g6A
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
object
数据字典
必填
total
int
示例:1
必填
per_page
int
示例:12
必填
current_page
int
示例:1
必填
last_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:5
必填
title
string
示例:清水独栋别墅
必填
addtime
string
示例:2020-05-21
必填
indexpic
string
示例:https://guhe.gydtx.com/static/system/images/nopic.png
必填
total
int
总数
必填
per_page
int
每页展示数量
必填
current_page
int
当前页
必填
last_page
int
最后一页
必填
data
object
列表数据
必填
id
int
列表id
必填
title
string
标题
必填
addtime
string
时间
必填
indexpic
string
图片
必填

说明 / 示例

``` { "code": 0, "msg": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 5, "title": "清水独栋别墅", "addtime": "2020-05-21", "indexpic": "https://guhe.gydtx.com/static/system/images/nopic.png" } ] } } ```