getAarticleById(通过文章id拿到文章)
GET
http://localhost:8081/article/
接口描述
请求地址http://localhost:8081/article/ 后面直接接文章id,例如http://localhost:8081/article/1
请求参数
参数名
类型
描述
必填
id
Long
必填
响应参数
参数名
类型
描述
必填
Article
自定义类
必填