mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
21
services/wecom-webhook/index.json
Normal file
21
services/wecom-webhook/index.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "wecom-webhook",
|
||||
"name": "企业微信 Webhook",
|
||||
"description": "企业微信机器人消息通知,支持文本、Markdown 和卡片消息",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send",
|
||||
"capabilities": [
|
||||
"text_message",
|
||||
"markdown_message",
|
||||
"card_message"
|
||||
],
|
||||
"version": "1.0",
|
||||
"author": "腾讯",
|
||||
"tags": [
|
||||
"通知",
|
||||
"企业微信",
|
||||
"Webhook"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user