mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
docs: add WeCom customer service (wechatcom_kf) channel guide
Add a self-deployment guide for the new `wechatcom_kf` channel under `docs/channels/wecom-kf.mdx` in zh / en / ja, mirroring the existing `wecom.mdx` structure. Wire each language version into the sidebar in `docs/docs.json`. Walks through: creating the WeCom custom app, retrieving Corp ID / Secret (push-to-phone) / Token / EncodingAESKey, configuring `config.json`, saving the callback URL + Enterprise Trusted IPs, binding the WeCom Customer Service account, and distributing the access link / QR code. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -188,6 +188,7 @@
|
||||
"channels/wecom-bot",
|
||||
"channels/qq",
|
||||
"channels/wecom",
|
||||
"channels/wecom-kf",
|
||||
"channels/wechatmp"
|
||||
]
|
||||
}
|
||||
@@ -380,6 +381,7 @@
|
||||
"en/channels/wecom-bot",
|
||||
"en/channels/qq",
|
||||
"en/channels/wecom",
|
||||
"en/channels/wecom-kf",
|
||||
"en/channels/wechatmp"
|
||||
]
|
||||
}
|
||||
@@ -574,6 +576,7 @@
|
||||
"ja/channels/wecom-bot",
|
||||
"ja/channels/qq",
|
||||
"ja/channels/wecom",
|
||||
"ja/channels/wecom-kf",
|
||||
"ja/channels/wechatmp"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user