文档
测试

获取文章详情

GET
http://localhost:8091/clientapi/artcontent/getartcontent?id=2

请求参数

参数名
类型
描述
必填
id
int
示例:2
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
object
数据字典
必填
id
int
示例:2
必填
title
string
标题
必填
content
string
内容
必填
category
int
示例:2
必填
createdAt
string
示例:2021-07-08T03:08:34.000Z
必填
updatedAt
string
示例:2021-07-08T03:30:46.000Z
必填