文档
测试

获得推荐列表

POST
http://localhost:8081/backstage/getRecommendNews

响应参数

参数名
类型
描述
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:操作成功
必填
resultData
array
数据列表
必填
id
int
示例:255
必填
userId
string
示例:169
必填
companyName
object
示例:null
必填
companyLogo
object
示例:null
必填
title
string
示例:测试数据1
必填
lable
object
示例:null
必填
type
string
示例:74
必填
message
string
示例:<p>测试</p>
必填
releaseTime
string
示例:2020-11-02 17:15:50
必填
status
int
示例:2
必填
popularValue
int
示例:0
必填
cover
string
示例:https://stoneleaf1.oss-cn-shanghai.aliyuncs.com/shiye/1604308549954.jfif?Expires=1919668547&OSSAccessKeyId=LTAI4FyRowm2SoGWw4deaF3f&Signature=D56K%2BsodYg%2FbR2VPit4ntpO77%2Bs%3D
必填
menu
string
示例:国际展会
必填
role
object
示例:null
必填
audit
int
示例:2
必填
cause
object
示例:null
必填
place
object
示例:null
必填
trade
object
示例:null
必填
timeRange
object
示例:null
必填
topFlag
string
示例:1
必填

说明 / 示例

//资讯id private int id; //企业组织代码 private String userId; //企业名称 private String companyName; //企业logo private String companyLogo; //资讯标题 private String title; //标签 private String lable; //传媒类目 private String type; //正文 private String message; //发布时间 private String releaseTime; //状态 private int status; //浏览量 private int popularValue; //封面 private String cover; //类目名称 private String menu; //角色 private String role; //审核状态 private Integer audit; //审核原因 private String cause; private String place; //地点 private String trade; //行业 private String timeRange; //时间段 private String topFlag; //推荐标志 0-没推荐 1-推荐