tags: [企业微信, 通知, 集成]
| 参数 | 值 |
|---|---|
| 企业 ID (CorpID) | wwa979fc0ebcce602a |
| 应用 ID (AgentID) | 1000008 |
| 应用 Secret | 3QIxJQfqFgACBBcybmyc_I-mOoFvicH-Y6hdQ09ldLk |
GET https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=<ID>&corpsecret=<SECRET>POST https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=<TOKEN>{
"touser": "UserId",
"msgtype": "text",
"agentid": 1000008,
"text": {"content": "消息内容"}
}