Skip to content
zhb edited this page Apr 2, 2019 · 5 revisions

Welcome to the CampusApp wiki!

  • CampusApp is an application that is aimed at achieving the more convenient communication between students in the college.
  • What's more, in this app you will be located in a virtual campus map where you and other students using this app will show up.

Communication between Server and Client

注册

  • 客户端 -> 服务器
名称 数据类型 解释
studentID string
password string
major string
grade int
institution string
college string
  • 服务器 -> 客户端
名称 数据类型 解释
status int 状态码

注册验证

服务器发送邮件到学号邮箱(激活链接)

登陆

名称 数据类型 解释
studentID string
password string

About

Clone this wiki locally