diff --git a/guide/images/key_management.png b/guide/images/key_management.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6825d37b782990e76d46302fa5669b3c3ccca4 Binary files /dev/null and b/guide/images/key_management.png differ diff --git a/guide/quick-start.md b/guide/quick-start.md index a726a50a72aad9879bf214e6170b2f416f0c8a6b..01176cc0b301062861a49c4fc52569d4a897d503 100644 --- a/guide/quick-start.md +++ b/guide/quick-start.md @@ -63,9 +63,12 @@ kubectl apply -f kubernetes.yaml * 新建一个测试群 * 测试群添加一个机器人,并获取机器人的webhook,形如:`https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=06de918a-fd35-45b7-b2e6-cff28371fd5d` +添加流程可参考[gitee相关文档](https://gitee.com/help/articles/4296#article-header0) + #### 设置企业微信空间 1. 创建企业微信用户空间,点击密钥管理,填写命名空间和描述如下: +![key_management](./images/key_management.png) ![create_space](./images/wecom_space.png) 2. 进入命名空间,创建密钥,填写名称和值,参考如下 ![create_bot_webhook](./images/wecom_bot_webhook.png) diff --git a/hello-world.yml b/hello-world.yml deleted file mode 100644 index 1f677a5d12a41600040f5d361b0f81df8f2111c8..0000000000000000000000000000000000000000 --- a/hello-world.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: hello_world -description: 建木快速入门,从hello world开始! - -trigger: - type: cron - schedule: 0 0/30 * * * ? - -workflow: - start: - type: start - targets: - - sayhello - sayhello: - type: qywx_notice:1.2.1 - param: - bot_webhook_url: "((wecom.bot_webhook))" - text_content: "这是来自建木的第一个问候!" - sources: - - start - targets: - - end - end: - type: end - sources: - - sayhello \ No newline at end of file