curl --location 'https://www.pushplus.plus/api/open/qqBot/botInfo' \
--header 'access-key: d7b******62f'{
"code": 200,
"msg": "执行成功",
"data": {
"isBind": 1,
"receiveStatus": 1,
"createTime": "2026-08-26 10:00:00",
"botInfo": {
"botId": "12345678",
"username": "pushplus机器人",
"avatar": "https://xxx/avatar.png",
"appId": "1020******",
"shareUrl": "https://qun.qq.com/q/xxxx"
}
}
}