fix: modify wecomcs

This commit is contained in:
wangcham
2025-11-18 16:09:34 +08:00
parent 9855b6d5bc
commit 2a87419fb2
3 changed files with 2 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ class QQOfficialClient:
req: Quart Request 对象
"""
try:
# 读取请求数据
body = await req.get_data()
print(f'[QQ Official] Received request, body length: {len(body)}')

View File

@@ -11,13 +11,6 @@ metadata:
icon: wecom.png
spec:
config:
- name: port
label:
en_US: Port
zh_Hans: 监听端口
type: int
required: true
default: 2289
- name: corpid
label:
en_US: Corpid

View File

@@ -506,7 +506,7 @@ export default function BotForm({
/>
</div>
{/* Webhook 地址显示(仅企业微信 */}
{/* Webhook 地址显示(统一 Webhook 模式 */}
{webhookUrl && (
<FormItem>
<FormLabel>{t('bots.webhookUrl')}</FormLabel>