# 扫码号微信授权状态变更回调 - 42080

[被动回调]扫码号触发微信授权过期或者恢复时回调

encoding_content解密后的结构

{
  "event_type": 42080,
  "hint": "iAaR92xJBxixuMcG24AA.96LWM0.1783065666",
  "robot_id": "accsvQ1yOXP95*******",
  "state": false
}

说明

字段 类型 说明
event_type int 事件类型,42080
robot_id string 机器人id
state bool 微信授权状态, true:微信授权已过期, false:微信授权已恢复
最后更新时间: 2026/7/3 16:34:16