import{_ as n}from"./plugin-vue_export-helper-c27b6911.js";import{r as e,o as h,c as i,a as t,d,b as r,w as s,e as c}from"./app-e0095480.js";const l={},_={class:"hint-container warning"},p=t("p",{class:"hint-container-title"},"注意",-1),b={class:"hint-container tip"},u=t("p",{class:"hint-container-title"},"提示",-1),m=t("br",null,null,-1),f=c('
当 request_type
为 friend
时,表示收到了加好友请求。
字段 | 类型 | 说明 |
---|---|---|
user_id | int64 | 请求者 QQ 号 |
comment | string | 验证信息 |
flag | string | 请求 flag |
Shamrock 提供了快速处理的功能,可以在收到请求时快速处理请求。
字段 | 类型 | 说明 |
---|---|---|
approve | bool | 是否同意 |
remark | string | 备注 |
当 request_type
为 group
时,表示收到了加群请求/邀请。
字段 | 类型 | 说明 |
---|---|---|
group_id | int64 | 群号 |
user_id | int64 | 请求者 QQ 号 |
comment | string | 验证信息 |
flag | string | 请求 flag |
sub_type | string | 子类型(add/invite) |
Shamrock 提供了快速处理的功能,可以在收到请求时快速处理请求。
字段 | 类型 | 说明 |
---|---|---|
approve | bool | 是否同意 |
reason | string | 拒绝理由 |