企业微信通知.md 589 B


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=<ID>&corpsecret=<SECRET>
  • 发消息: POST https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=<TOKEN>

消息类型

{
  "touser": "UserId",
  "msgtype": "text",
  "agentid": 1000008,
  "text": {"content": "消息内容"}
}