-
Notifications
You must be signed in to change notification settings - Fork 5
library
xndxcsd edited this page Oct 31, 2016
·
2 revisions
请求路径:见下文
请求格式:
{
"swuID":"xxxxxxxxxxx",
"password":"xxxxxxxx"
}
参数 | 说明 |
---|---|
swuID | 学号或上网帐号 |
password | 账号密码 |
响应格式:
[
{
"name": "Effective Java中文版",
"borrowTime": "2016-07-22",
"returnTime": "2016-09-20",
"renewTime": "0"
},
{
"name": "轻量级Java EE企业应用实战:Struts 2+Spring 4+Hibernate整合开发",
"borrowTime": "2016-07-22",
"returnTime": "2016-09-20",
"renewTime": "0"
}
]
参数 | 说明 |
---|---|
name | 书名 |
borrowTime | 借书时间 |
returnTime | 应归还时间 |
renewTime | 续借次数 |
错误的响应格式:
根据错误的具体情形进行返回
请求格式:
同上
响应格式:
[
{
"name": "轻量级Java EE企业应用实战:Struts 2+Spring 4+Hibernate整合开发",
"press": "电子工业出版社",
"author": "李刚编著",
"time": "2016-07-22"
},
……
{
"name": "Effective Java中文版",
"press": "机械工业出版社",
"author": "(美)Joshua Bloch著",
"time": "2016-07-22"
}
]
参数 | 说明 |
---|---|
name | 书名 |
press | 出版者 |
author | 作者/责任者 |
time | 处理时间 |
错误的响应格式:
根据错误的具体情形进行返回