curl --location --request POST '/index.php?app=api&mod=Sitelist&act=login' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Encoding: gzip, deflate, br, zstd' \
--header 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8' \
--header 'Connection: keep-alive' \
--header 'Content-Length: 651' \
--header 'DNT: 1' \
--header 'Host: pocketuni.net' \
--header 'Origin: https://pc.pocketuni.net' \
--header 'Referer: https://pc.pocketuni.net/' \
--header 'Sec-Ch-Ua: "Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
--header 'Sec-Ch-Ua-Mobile: ?0' \
--header 'Sec-Ch-Ua-Platform: "Windows"' \
--header 'Sec-Fetch-Dest: empty' \
--header 'Sec-Fetch-Mode: cors' \
--header 'Sec-Fetch-Site: same-site' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0' \
--header 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundarynKjSmHnvnjzUAUHa' \
--form 'email=""' \
--form 'type=""' \
--form 'password=""' \
--form 'usernum=""' \
--form 'sid=""' \
--form 'school=""'
{
"code": 0,
"message": "string",
"content": {
"oauth_token": "string",
"oauth_token_secret": "string",
"low_password": 0,
"jump_to": "string",
"user_info": {
"uid": "string",
"sid": "string",
"sid1": "string",
"is_init": "string",
"realname": "string",
"is_open_idcard": 0,
"jump_to_old": 0,
"is_youke": 0,
"can_add_event": 0
}
}
}