ForcePilot/backend/package/yuxi/channel/extensions/aliyun_sms/plugin.json

27 lines
878 B
JSON
Raw Normal View History

{
"id": "aliyun-sms",
"name": "阿里云短信",
"version": "0.1.0",
"description": "阿里云短信服务渠道插件,通过 Dysmsapi REST API 发送短信 + HTTP 回调接收 MO 上行消息与状态回执",
"author": "ForcePilot Team",
"order": 130,
"dependencies": ["alibabacloud_dysmsapi20170525", "alibabacloud_tea_openapi", "httpx"],
"capabilities": {
"chat_types": ["one_way_notification", "direct"],
"message_types": ["text"],
"streaming": false,
"media": false,
"native_commands": false,
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": false,
"effects": false,
"polls": false,
"group_management": false
},
"enabled": true,
"python_requires": ">=3.12"
}