Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talisk/ihbnu
iOS client for HBNU.
https://github.com/talisk/ihbnu
Last synced: about 2 months ago
JSON representation
iOS client for HBNU.
- Host: GitHub
- URL: https://github.com/talisk/ihbnu
- Owner: talisk
- Created: 2016-01-22T12:19:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T14:07:54.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T20:25:03.781Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iHBNU
## 测试帐号
* 学生
* 帐号2013115010148
* 密码12345
* 教师
* 帐号01000
* 密码12345## 登录
令牌存在`standardUserDefaults`中,key为`loginkey`。
教师端的`isTeacher`键为`YES`,学生端为`NO`。
用户信息存储在沙盒中,文件名为`userModel`。