2019-12-21 09:55:46 +08:00

34 lines
544 B
Markdown

* 学生端
* 登录 学号,密码 学号密码身份证后六位
* post
* cid
* psw
* md5
* {'user_name', 'user_cid', 'content':[{},{}]}
* 管理端
* 登录 is_admin
* post
* cid
* psw
* md5
* [{'user_name', 'user_cid', 'content':[{},{}]},{}]
* update
* cid
* week: NUM
* date: NUM
* type: STR
* content: STR
* del
* cid
* week: NUM
* date: NUM
* type: STR
* add
* cid
* week: NUM
* date: NUM
* type: STR
* content: STR