server: http://apis.lovecust.com
- Ecust JWC Newses
- GET Ecust JWC Newses List
- JWC News
- GET JWC News Detail
- Ecust JWC News Detail
- GET JWC News Comments List
- POST a News Comment
- Ecust Library
- GET Library Status
- Library Status Statistics
# students number of library
params:
return:
today: <int>
occupied: [int]
available: [int]
example:
{
"today":3200,
"available": [4, 61, 112, 80, 78, 2],
"occupied": [32, 261, 349, 292, 271, 54]
}
# jwc latest news list
params:
return:
[
url: <string> # "/path/link/file.htm"
name: <string>
date: "2016-04-05"
]
example:
[
{
"url": "/s/75/t/134/09/b1/info68017.htm",
"name": "20161学期选课手册下载",
"date": "2016-06-06",
"tag": 1,
"bold": true,
"md5": "ddfc855bcf25cf1805b0fb87d46158da"
}, {
"url": "/s/75/t/134/08/19/info67609.htm",
"name": "端午节放假通知",
"date": "2016-05-23",
"tag": 1,
"md5": "4a6b2154f28c60e3eddc2070f2bb2feb"
}
]