获取八大推荐
POST
http://localhost:8888/home/getRecommentEight
接口描述
获取首页的八大推荐
请求头
参数名
类型
描述
必填
content-type
String
application/json
必填
token
String
uni.getStorageSync('token')
必填
响应成功
参数名
类型
描述
必填
code
String
成功的code码
必填
msg
String
成功的返回信息
必填
data
Object
返回轮播图的信息
必填
响应失败
参数名
类型
描述
必填
code
String
失败的code码
必填
msg
String
失败的返回信息
必填