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