mentor app group

@mentor-app

之後想到再打

Public team

Community (0)
No community contribution yet

Joined on Feb 7, 2021

  • POST http://localhost:5000/case/teacher/new desc: 新增老師案件 request: head: 欄位名稱 型態 authentication
     Like  Bookmark
  • 與使用者相關: 使用者登入/登出 會員操作 與案件相關: 案件系統
     Like  Bookmark
  • POST http://localhost:5000/user/info/update desc: 更新使用者資料 request: type-json { "authId": String(必填), "nickName": String,(非必填) "gender": String,(非必填) "birthday": String,(非必填)
     Like  Bookmark
  • POST http://localhost:5000/login/ desc: 從第三方拿取使用者資料後,登入app系統的api,若已經是app的使用者,則直接回傳原本的token(沒變),若還不是,則建立一個新的account,並且一樣回傳token。 request data: type - json { "userName": String, "userNickName": String,
     Like  Bookmark
  • { title: String, name: String, subject: String, school: String, description: String, pictureUrl: [String], education: String }
     Like  Bookmark
  • { name: str, nickName: str, email: str, gender: int, (0: 女生, 1: 男生) birthday: str, studentCase: [arrayOfString],(case id) teacherCase: [arrayOfString],(case id) token: str, priority: int, (使用者身分, 0: visiter, 1: student, 2: teacher, 3: admin)
     Like  Bookmark
  • set 個人資料 add case get、display case chatroom 金流系統 上課系統 background service
     Like  Bookmark