文档
测试

获取新闻文章详情

POST
http://chaoleduo.com/api/news/newsinfo

请求参数

参数名
类型
描述
必填
id
int
必写 文章ID
必填

响应参数

参数名
类型
描述
必填
code
bool
成功为1 失败为0
必填
data
array
数据
必填
id
int
文章ID
必填
title
string
文章标题
必填
content
string
文章内容
必填
hit
int
点击量
必填
author
string
作者
必填
typename
string
文章分类名称
必填
msg
提示内容
必填
time
当前时间戳
必填