group-management/group-chat-invitation-verification
Description
- Access the full link for group chat invitation verification. Join the group by making a POST request.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
url | Yes | string | Original Group Invitation Link: Message-Handler. |
Request Example
{
"type": 10089,
"url": "https://szsupport.weixin.qq.com/cgi-bin/mmsupport-bin/addchatroombyinvite?ticket=..."
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |