From 4e0378984d698334f605d0c6732da53295e23862 Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <40430746+CaoMeiYouRen@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:07:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d075c8c..fea0c8f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ wechatRobot.send('你好,我很可爱', 'text') // 微信插件 https://work.weixin.qq.com/wework_admin/frame#profile/wxPlugin const wechatApp = new WechatApp({ WX_APP_CORPID: 'wwxxxxxxxxxxxxxxxxxxxx', - WX_APP_AGENTID: 10001, + WX_APP_AGENTID: 10001, // 请更换为自己的 AGENTID WX_APP_SECRET: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', WX_APP_USERID: '@all', })