webQQ消息分析

羣信息分析

接收到的數據

{

    "retcode": 0,

    "result": [{

        "poll_type":"group_message",

        "value": {

            "msg_id": 26359,

            "from_uin":464453283,

            "to_uin":2975703606,

            "msg_id2": 396540,

            "msg_type": 43,

            "reply_ip": 176489086,

            "group_code": 1959028820,

            "send_uin":326442820,

            "seq": 104,

            "time": 1384160751,

            "info_seq":

                 321461662,

            "content":[["font", {

                "size": 9,

                "color":"0000ff",

                "style": [1, 0, 0],

                "name":"\u5B8B\u4F53"

            }], "bbbbbbbb"]

        }

    }]

}


主要數據分析

poll_type

消息類型

from_uin

id(來自那個羣)

to_uin

發送到那個客戶端(接收方)

group_code

羣的code

send_uin

發消息的用戶uin

content

消息內容

bbbbbbbb

 

好友消息分析

接收到的信息

{

    "retcode": 0,

    "result": [{

        "poll_type":"message",

        "value": {

            "msg_id": 12875,

            "from_uin":326442820,

            "to_uin":2975703606,

            "msg_id2": 197746,

            "msg_type":9,

            "reply_ip": 176884841,

            "time": 1384162929,

            "content":[["font", {

                "size": 9,

                "color":"0000ff",

                "style": [1, 0, 0],

                "name":"\u5B8B\u4F53"

            }], "aaaa"]

        }

    }]

}

主要參數分析:

poll_type

消息類型

from_uin

來自那個好友的uin

to_uin

接收方的uin

content

接受到的消息

aaaa

文本信息


加好友系統消息分析

接收到的數據:

{

    "retcode": 0,

    "result": [{

        "poll_type":"system_message",

        "value": {

            "seq": 20641,

            "type":"added_buddy_sig",

            "uiuin": "",

            "from_uin":2496400007,

            "account":630978304,

            "sig":"\u009E\u0653\u00D0\u00CE~\u00E7~\u0094\u00CCG\u00AA\u0092\u00D2\u00F8:+\u0016J\u00F1\u00C3Fdp",

            "stat":10,

            "client_type": 1

        }

    }]

}

主要參數分析:

poll_type

加好友系統消息

from_uin

從哪個qquin的請求

account

自己

sig

加好友標誌

stat

 


加羣系統消息分析

接收到的數據:

{

    "retcode": 0,

    "result": [{

        "poll_type":"sys_g_msg",

        "value": {

            "msg_id": 44201,

            "from_uin":1701783388,

            "to_uin":2975703606,

            "msg_id2": 696411,

            "msg_type": 35,

            "reply_ip": 176488533,

            "type":"group_request_join",

            "gcode":3302709013,

            "t_gcode":321461662,

            "request_uin":4273052462,

            "t_request_uin":"",

            "msg":"sddd"

        }

    }]

}

主要參數分析

poll_type

加羣消息

from_uin

哪個用戶uin加我羣

to_uin

自己qq號

gcode

羣的code,搜索羣時可查到

t_gcode

 

request_uin

http://d.web2.qq.com/channel/get_recent_list2  獲取

msg

備註消息


更多技術請到這裏


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章