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:
6vision
2026-05-21 21:32:11 +08:00
parent 06b84225a1
commit 2fa6343fe5
4 changed files with 360 additions and 0 deletions

View File

@@ -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"
]
}