Skip to content

Latest commit

 

History

History
173 lines (168 loc) · 6.04 KB

API.md

File metadata and controls

173 lines (168 loc) · 6.04 KB

目前睿思支持的API

注意只有校园网支持rsbbs.xidian.edu.cn不支持 如果有遗漏的欢迎补充

  1. 登录
{
    "Version": "3",
    "Charset": "UTF-8",
    "Variables": {
        "cookiepre": "Q8qA_2132_",
        "auth": null,
        "saltkey": "He3Tw30s",
        "member_uid": "0",
        "member_username": "",
        "groupid": "7",
        "formhash": "ab3d001b",
        "ismoderator": null,
        "readaccess": "1",
        "notice": {
            "newpush": "0",
            "newpm": "0",
            "newprompt": "0",
            "newmypost": "0"
        }
    }
}

{
    "Version": "3",
    "Charset": "UTF-8",
    "Variables": {
        "cookiepre": "Q8qA_2132_",
        "auth": "8824ZhhuzwXH6vpzvR3HoVvvElFKALjMD1k8k/6PR+EHdi40M1cdlcKStFAnKzFAR574jr+V/QXxhhJ2rQOzLP3vtRQ",
        "saltkey": "He3Tw30s",
        "member_uid": "252553",
        "member_username": "谁用了FREEDOM",
        "groupid": "25",
        "formhash": "cc2c52bf",
        "ismoderator": null,
        "readaccess": "70",
        "notice": {
            "newpush": "0",
            "newpm": "0",
            "newprompt": "0",
            "newmypost": "0"
        }
    },
    "Message": {
        "messageval": "login_succeed",
        "messagestr": "欢迎您回来,西电研二 谁用了FREEDOM,现在将转入登录前页面"
    }
}
  1. 板块列表

  2. 帖子列表

  3. 帖子详情

    • ppp 每页条数int
    • authorid=1 只看楼主
    • ordertype=1 倒序查看
  4. 好友列表

{
    "Version": "1",
    "Charset": "UTF-8",
    "Variables": {
        "cookiepre": "Q8qA_2132_",
        "auth": "8824ZhhuzwXH6vpzvR3HoVvvElFKALjMD1k8k/6PR+EHdi40M1cdlcKStFAnKzFAR574jr+V/QXxhhJ2rQOzLP3vtRQ",
        "saltkey": "He3Tw30s",
        "member_uid": "252553",
        "member_username": "谁用了FREEDOM",
        "groupid": "25",
        "formhash": "cc2c52bf",
        "ismoderator": null,
        "readaccess": "70",
        "notice": {
            "newpush": "0",
            "newpm": "0",
            "newprompt": "0",
            "newmypost": "0"
        },
        "list": [
            {
                "uid": "51867",
                "username": "hualong95"
            },
            {
                "uid": "65193",
                "username": "卡斯摩"
            },
            {
                "uid": "70602",
                "username": "xhmrj"
            },
            {
                "uid": "82390",
                "username": "87144959"
            }
        ],
        "count": "30"
    }
}
  1. 用户个人信息
  2. 检查发帖
  3. 收藏帖子
  4. 获得表情列表
  5. 发帖获得板块和类型列表
  6. 发帖上传图片
  7. 发帖检查验证码
    • 睿思暂不支持
  8. 发帖
    • formhash: d4bc78f0
    • mobiletype: 5
    • allowphoto: 0
    • typeid: 0 子分类id
    • allownoticeauthor: 1
    • subject 标题
    • message 内容
    • sechash: NtG418GG 验证码
    • seccodeverify: c993 验证码回答
  9. 我的提醒列表
  10. 我的私信列表
  11. 我和某人的私信对话列表
  12. 发送私信
  13. 登录GET

获得formhash等

  1. 发送评论检查
  2. 提交评论
    • formhash
    • mobiletype: 5
    • message 评论内容
  3. 我发的帖子
  4. 我发的评论
  5. 给帖子点赞
  6. 热帖
  7. 热门板块
  8. 我收藏的板块
  9. 我收藏的帖子
  10. 某板块置顶帖
  11. 上传头像