--- tags: [企业微信, 通知, 集成] date: 2026-07-29 --- ## 凭证 | 参数 | 值 | |------|-----| | 企业 ID (CorpID) | `wwa979fc0ebcce602a` | | 应用 ID (AgentID) | `1000008` | | 应用 Secret | `3QIxJQfqFgACBBcybmyc_I-mOoFvicH-Y6hdQ09ldLk` | ## API 端点 - Token: `GET https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=&corpsecret=` - 发消息: `POST https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=` ## 消息类型 ```json { "touser": "UserId", "msgtype": "text", "agentid": 1000008, "text": {"content": "消息内容"} } ```