系统推荐接口
GET
/systemRecommend
接口描述
这个接口等学校数据库信息下发后,我会修改一下,到时候我通知你们
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
请求参数
参数名
类型
描述
必填
num
int
推荐数量
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
id
String
书籍Id
必填
title
String
书名
必填
genres
String
分类
必填
createTime
date
创建时间,时间戳
必填
updateTime
date
修改时间
必填
deleted
byte
是否被删除,0为删除,1为未删除
必填
imageUrl
String
书封面url
必填
author
String
作者
必填
introduction
String
简介
必填