Title: [Feature] 新增商家客服模块支持 · Issue #3991 · binarywang/WxJava · GitHub
Open Graph Title: [Feature] 新增商家客服模块支持 · Issue #3991 · binarywang/WxJava
X Title: [Feature] 新增商家客服模块支持 · Issue #3991 · binarywang/WxJava
Description: 功能描述 商家客服模块支持向用户发送客服消息,目前WxJava完全未实现。 官方文档 https://developers.weixin.qq.com/doc/channels/API/kf/ 需要实现的接口列表(2个) 接口名称 请求路径 上传多媒体资源 /channels/ec/commkf/cosupload 发送消息 /channels/ec/commkf/sendmsg 实现要点 1. 新建服务接口 public interface WxChannelKfSe...
Open Graph Description: 功能描述 商家客服模块支持向用户发送客服消息,目前WxJava完全未实现。 官方文档 https://developers.weixin.qq.com/doc/channels/API/kf/ 需要实现的接口列表(2个) 接口名称 请求路径 上传多媒体资源 /channels/ec/commkf/cosupload 发送消息 /channels/ec/commkf/sendmsg 实现要点 ...
X Description: 功能描述 商家客服模块支持向用户发送客服消息,目前WxJava完全未实现。 官方文档 https://developers.weixin.qq.com/doc/channels/API/kf/ 需要实现的接口列表(2个) 接口名称 请求路径 上传多媒体资源 /channels/ec/commkf/cosupload 发送消息 /channels/ec/commkf/sendmsg 实现要点 ...
Opengraph URL: https://github.com/binarywang/WxJava/issues/3991
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Feature] 新增商家客服模块支持","articleBody":"## 功能描述\n商家客服模块支持向用户发送客服消息,目前WxJava完全未实现。\n\n## 官方文档\nhttps://developers.weixin.qq.com/doc/channels/API/kf/\n\n## 需要实现的接口列表(2个)\n\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 上传多媒体资源 | `/channels/ec/commkf/cosupload` |\n| 发送消息 | `/channels/ec/commkf/sendmsg` |\n\n## 实现要点\n\n### 1. 新建服务接口\n```java\npublic interface WxChannelKfService {\n /**\n * 上传多媒体资源\n * @param type 资源类型: image/video/file\n * @param file 文件内容\n * @return media_id\n */\n String uploadMedia(String type, byte[] file) throws WxErrorException;\n \n /**\n * 发送客服消息\n * @param openId 用户openid\n * @param msgType 消息类型: text/image/video/file/product_share/order_share\n * @param content 消息内容\n */\n void sendMessage(String openId, String msgType, Object content) throws WxErrorException;\n}\n```\n","author":{"url":"https://github.com/binarywang","@type":"Person","name":"binarywang"},"datePublished":"2026-05-09T08:09:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3991/WxJava/issues/3991"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:4b8614a1-afaf-9078-fa2e-8792194cf9e7 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B274:2AB90B:F3F40E:1468DC0:6A5331FF |
| html-safe-nonce | e9c6e050f6e1a41e2b696f8f939b3391ad028c9d4344c5175cea5787d56a705a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMjc0OjJBQjkwQjpGM0Y0MEU6MTQ2OERDMDo2QTUzMzFGRiIsInZpc2l0b3JfaWQiOiI0NzAyNjEyNDgzNjE3MjcyMzE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 18d4d5803e1247e3633b25014b47fa97a6d9893cedac8d087e9897e33ccc10a8 |
| hovercard-subject-tag | issue:4411811172 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/binarywang/WxJava/3991/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3754c986f943a285f278a28a92cb3cf89e4b45b9f121c7a1bfeb4de357000a80/binarywang/WxJava/issues/3991 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3754c986f943a285f278a28a92cb3cf89e4b45b9f121c7a1bfeb4de357000a80/binarywang/WxJava/issues/3991 |
| og:image:alt | 功能描述 商家客服模块支持向用户发送客服消息,目前WxJava完全未实现。 官方文档 https://developers.weixin.qq.com/doc/channels/API/kf/ 需要实现的接口列表(2个) 接口名称 请求路径 上传多媒体资源 /channels/ec/commkf/cosupload 发送消息 /channels/ec/commkf/sendmsg 实现要点 ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | binarywang |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/binarywang/WxJava git https://github.com/binarywang/WxJava.git |
| octolytics-dimension-user_id | 1343140 |
| octolytics-dimension-user_login | binarywang |
| octolytics-dimension-repository_id | 49122742 |
| octolytics-dimension-repository_nwo | binarywang/WxJava |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49122742 |
| octolytics-dimension-repository_network_root_nwo | binarywang/WxJava |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width