PU校园逆向-二维码
    PU校园逆向-二维码
    • 移动端web-我的二维码页面url#hash
      GET
    • 移动端登陆页面-获取学校列表
      GET
    • 获取用户信息api
      GET
    • api登录
      POST
    • 生成登录pc二维码
      GET
    • 请求二维码获取登录数据
      GET

      获取用户信息api

      开发中
      GET
      https://apis.pocketuni.net/uc/user/infocurr

      请求参数

      Header 参数

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://apis.pocketuni.net/uc/user/infocurr' \
      --header 'pragma:  no-cache' \
      --header 'cache-control:  no-cache' \
      --header 'accept:  application/json, text/plain, */*' \
      --header 'authorization:  Bearer 11b1647ac99811f09e1800163e4451f7:233973800370176' \
      --header 'user-agent:  Mozilla/5.0 (Linux; Android 12; 22041216UC Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/6.2 TBS/046295 Mobile Safari/537.36 puapp/7.1.39' \
      --header 'origin:  https://mobile.pocketuni.net' \
      --header 'x-requested-with:  com.xyhui' \
      --header 'sec-fetch-site:  same-site' \
      --header 'sec-fetch-mode:  cors' \
      --header 'sec-fetch-dest:  empty' \
      --header 'referer:  https://mobile.pocketuni.net/' \
      --header 'accept-encoding:  gzip, deflate, br' \
      --header 'accept-language:  zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {
          "code": 0,
          "message": "成功",
          "data": {
              "id": 312597889744941,
              "sid": 233973800370176,
              "roleID": 183439599403008,
              "roleAliasID": 183618348646401,
              "roleType": 4,
              "degree": 1,
              "degreeName": "专科生",
              "bid": 0,
              "cid": 304419398483978,
              "oid": 0,
              "username": "2505213328",
              "realname": "林辉煌",
              "nickname": "2505213328_林辉煌",
              "gender": 1,
              "cardtype": 1,
              "yid": 187035197440071,
              "nyid": 0,
              "mid": 304419400581196,
              "classID": null,
              "nYear": 3,
              "mobile": "17858188542",
              "politicalID": 187035197440054,
              "job": "",
              "hobby": "",
              "category": 0,
              "createdAt": "2025-09-22 13:04:49",
              "updatedAt": "2025-09-24 10:49:56",
              "className": "网络2533",
              "politicalName": "群众",
              "major": "计算机网络技术",
              "year": "25",
              "newYear": "",
              "orgName": "",
              "collegeName": "电子信息学院",
              "avatorName": "https://img.pocketuni.net//lzlg/sys_pic/boydefault.png?imageView2/0/w/125/h/125",
              "creditName": "学时",
              "manageClassIDs": null,
              "cx": "",
              "credit": 0,
              "creditLabor": 0,
              "showLabor": 0,
              "amount": 0,
              "cjdType": 1,
              "hasChangedGender": 0,
              "remark": "",
              "email": "",
              "isInit": 1,
              "roleName": "学生",
              "schoolName": "丽水职业技术学院",
              "isRegister": 0,
              "schoolAvator": "https://img.pocketuni.net/data/uploads/2025/0808/11/d836cf23-a4aa-4633-b177-34dc117310d5.jpeg?imageView2/0/w/125/h/125",
              "defaultScoreStatus": 1,
              "defaultLaborScoreStatus": 0,
              "changeSchoolName": "丽水职业技术学院",
              "avatorId": 199138525139001,
              "linkManIsUpdate": 0,
              "partner": {
                  "name": "",
                  "url": "",
                  "level": 0,
                  "grow": 0,
                  "h5Url": ""
              },
              "laborCreditName": "学时",
              "zyfwMinute": "",
              "zyfwStar": "",
              "needChangePassword": 0,
              "branchName": "",
              "wuyu": 0,
              "degreeType": 0,
              "tribeRoleAliasId": 0,
              "tribeRoleType": 0,
              "tribeRoleCid": 0,
              "tribeRoleOid": 0,
              "tribeRolePosition": "",
              "tribeRoleLike": "",
              "xyId": 0,
              "applyZyfwNum": 0,
              "longitude": "",
              "latitude": "",
              "basicCredit": 0,
              "appendCredit": 0,
              "cityCode": "331100",
              "city": "丽水市",
              "areaCode": "",
              "area": "",
              "isCxcyTearcher": 0,
              "isTourist": 0,
              "activityTime": 0,
              "activityCount": 0,
              "star": 0,
              "userType": "",
              "laborName": "劳动教育",
              "laborNameShort": "劳育",
              "qrCodeSeconds": 30,
              "needEditCardNo": 0,
              "isTribeTeacher": 0,
              "nationId": 1,
              "nationName": "汉族",
              "activityName": "二课",
              "activityNameShort": "二课"
          }
      }
      🟢200登录失败
      修改于 2025-11-25 06:20:42
      上一页
      移动端登陆页面-获取学校列表
      下一页
      api登录
      Built with