文档
测试

关于我们

GET
/api/center/about

响应参数

参数名
类型
描述
必填
types
array
子类
必填
id
int
分类名称
必填
title
string
分类标题
必填
art
object
文章
必填
title
string
标题
必填
content
string
内容
必填

说明 / 示例

{ "types": [ { "id": 3, "fid": 2, "title": "隐私政策", "img": null, "remark": null, "content": null, "ord": 0 }, { "id": 4, "fid": 2, "title": "用户协议", "img": null, "remark": null, "content": null, "ord": 0 } ], "art": { "id": 2, "title": "关于我们", "thumbnail": null, "content": "关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们关于我们", "type_id": 2, "link": null, "ord": 0, "created_at": "2022-05-20 11:48:57", "updated_at": "2022-05-20 11:48:57", "remark": null, "times": 0, "img": null, "thumbnail_http": "", "img_http": "" } }