文档
测试

文章详情

POST
/api/center/art

请求参数

参数名
类型
描述
必填
type_id
int
分类id
必填

响应参数

参数名
类型
描述
必填
art
object
文章详情
必填
content
string
文章详情
必填

说明 / 示例

{ "art": null } { "art": { "id": 9, "title": "隐私政策", "thumbnail": null, "content": "隐私政策隐私政策隐私政策隐私政策隐私政策隐私政策隐私政策隐私政策", "type_id": 3, "link": null, "ord": 0, "created_at": "2022-08-01 11:12:59", "updated_at": "2022-08-01 11:12:59", "remark": null, "times": 0, "img": null, "thumbnail_http": "", "img_http": "" } }