LinkinStars commented on code in PR #270:
URL: 
https://github.com/apache/incubator-answer-plugins/pull/270#discussion_r1901457252


##########
notification-wecom/notification_wecom.go:
##########
@@ -0,0 +1,145 @@
+package wecom

Review Comment:
   You need to add the ASF(Apache Software Foundation) header.



##########
notification-wecom/README_CN.md:
##########
@@ -0,0 +1,33 @@
+# 企业微信通知插件
+
+## 使用指南
+
+要使用通知企业微信通知插件,请使用以下命令进行安装:
+
+```bash
+./answer build --with 
github.com/apache/incubator-answer-plugins/notification-wecom
+```
+
+
+## 功能
+
+- 通过企业微信群机器人发送信息到企业微信
+
+## 配置
+
+> 配置Webhook URL并打开通知
+
+- Webhook 地址: 类似于 
`https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`
+
+## 预览
+
+![企业微信配置](./docs/wecom-config.png)
+
+## 开发文档
+
+https://open.work.weixin.qq.com/help2/pc/14931
+https://developer.work.weixin.qq.com/document/path/91770
+
+## 致谢
+
+感谢钉钉通知插件的开发,本插件很多代码参考壶或者直接沿用了钉钉通知插件的代码。

Review Comment:
   remove `壶`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to