新闻中心

API - 获取新闻中心内容

描述:获取新闻中心内容

请求方式:GET

请求地址:v1/news/:id

版本:v1

内部API调用方法名:News_newsContent

返回参数

参数类型验证规则最大长度描述示例
   id int - 新闻ID 1
   title string - 新闻标题 example
   keywords string - 关键字 example
   description string - 描述 example
   head_img string - 展示图片 example
   read int - 阅读量 1
   create_time int - 创建时间 1
   update_time int - 更新时间 1
   push_time int - 发布时间 1
   label string - 标签 example
   content string - 内容 example
   author string - 作者 example
   cate_name string - 分类名称 example
  _next array[] - 下一条新闻,如无则为null
         Lid int - 新闻ID 1
         Ltitle string - 新闻标题 example
  _prev array[] - 上一条新闻,如无则为null
         Lid int - 新闻ID 1
         Ltitle string - 新闻标题 example