mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
docs(wechatcom_kf): add web console onboarding tab
This commit is contained in:
@@ -713,8 +713,9 @@ class WebChannel(ChatChannel):
|
||||
logger.info("[WebChannel] 5. dingtalk - 钉钉")
|
||||
logger.info("[WebChannel] 6. wecom_bot - 企微智能机器人")
|
||||
logger.info("[WebChannel] 7. wechatcom_app - 企微自建应用")
|
||||
logger.info("[WebChannel] 8. wechatmp - 个人公众号")
|
||||
logger.info("[WebChannel] 9. wechatmp_service - 企业公众号")
|
||||
logger.info("[WebChannel] 8. wechatcom_kf - 微信客服")
|
||||
logger.info("[WebChannel] 9. wechatmp - 个人公众号")
|
||||
logger.info("[WebChannel] 10. wechatmp_service - 企业公众号")
|
||||
logger.info("[WebChannel] ✅ Web控制台已运行")
|
||||
logger.info(f"[WebChannel] 🌐 本地访问: http://localhost:{port}")
|
||||
if is_public_bind:
|
||||
@@ -1271,6 +1272,19 @@ class ChannelsHandler:
|
||||
{"key": "wechatcomapp_port", "label": "Port", "type": "number", "default": 9898},
|
||||
],
|
||||
}),
|
||||
("wechatcom_kf", {
|
||||
"label": {"zh": "微信客服", "en": "WeCom Customer Service"},
|
||||
"icon": "fa-headset",
|
||||
"color": "emerald",
|
||||
"fields": [
|
||||
# wechatcom_corp_id is shared with wechatcom_app — same key, same value.
|
||||
{"key": "wechatcom_corp_id", "label": "Corp ID", "type": "text"},
|
||||
{"key": "wechatcom_kf_secret", "label": "Secret", "type": "secret"},
|
||||
{"key": "wechatcom_kf_token", "label": "Token", "type": "secret"},
|
||||
{"key": "wechatcom_kf_aes_key", "label": "AES Key", "type": "secret"},
|
||||
{"key": "wechatcom_kf_port", "label": "Port", "type": "number", "default": 9888},
|
||||
],
|
||||
}),
|
||||
("wechatmp", {
|
||||
"label": {"zh": "公众号", "en": "WeChat MP"},
|
||||
"icon": "fa-comment-dots",
|
||||
|
||||
Reference in New Issue
Block a user