新闻中心

API - 获取新闻中心

描述:获取新闻中心

请求方式:GET

请求地址:v1/news

版本:v1

内部API调用方法名:News_news

返回参数

参数类型验证规则最大长度描述示例
   total int - 新闻数量 1
  _cate array[] - 新闻分类
         Lid int - 新闻分类ID 1
         Ltitle string - 标题 example
         Lalias string - 别名 example
         Lcount int - 分类新闻数量 1
  _news array[] - 新闻
         Lid int - 新闻ID 1
         Ltitle string - 新闻标题 example
         Lkeywords string - 关键字 example
         Ldescription string - 描述 example
         Lhead_img string - 展示图片 example
         Lread int - 阅读量 1
         Lcreate_time int - 创建时间 1
         Lupdate_time int - 更新时间 1
         Lpush_time int - 发布时间 1
         Llabel string - 标签 example