30 lines
998 B
JSON
30 lines
998 B
JSON
|
|
{
|
||
|
|
"id": "wechatpay-notify",
|
||
|
|
"name": "微信支付通知",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "微信支付 APIv3 回调通知渠道 — 接收支付事件并触发自动化流程,通过现有消息渠道完成用户触达",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 65,
|
||
|
|
"dependencies": ["cryptography", "httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": [],
|
||
|
|
"message_types": [],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": false,
|
||
|
|
"effects": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"group_management": false,
|
||
|
|
"streaming": false,
|
||
|
|
"streaming_mode": "none",
|
||
|
|
"block_streaming": false
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12",
|
||
|
|
"note": "非消息渠道 — 事件回调源。chat_types 和 message_types 均为空表示不承载用户对话。"
|
||
|
|
}
|