Title: [Feature] 新增店铺管理和收藏管理接口 · Issue #3992 · binarywang/WxJava · GitHub
Open Graph Title: [Feature] 新增店铺管理和收藏管理接口 · Issue #3992 · binarywang/WxJava
X Title: [Feature] 新增店铺管理和收藏管理接口 · Issue #3992 · binarywang/WxJava
Description: 功能描述 店铺管理缺少店铺链接相关接口,收藏管理完全缺失。 官方文档 店铺管理:https://developers.weixin.qq.com/doc/channels/API/storemanage/ 收藏管理:https://developers.weixin.qq.com/doc/channels/API/favorite/shopfavorite/ 需要实现的接口列表(4个) 店铺管理(3个) 接口名称 请求路径 获取店铺H5链接 /channels/ec/b...
Open Graph Description: 功能描述 店铺管理缺少店铺链接相关接口,收藏管理完全缺失。 官方文档 店铺管理:https://developers.weixin.qq.com/doc/channels/API/storemanage/ 收藏管理:https://developers.weixin.qq.com/doc/channels/API/favorite/shopfavorite/ 需要实现的接口列表(4个) 店铺...
X Description: 功能描述 店铺管理缺少店铺链接相关接口,收藏管理完全缺失。 官方文档 店铺管理:https://developers.weixin.qq.com/doc/channels/API/storemanage/ 收藏管理:https://developers.weixin.qq.com/doc/channels/API/favorite/shopfavorite/ 需要实现的接口列表(4个) 店铺...
Opengraph URL: https://github.com/binarywang/WxJava/issues/3992
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Feature] 新增店铺管理和收藏管理接口","articleBody":"## 功能描述\n店铺管理缺少店铺链接相关接口,收藏管理完全缺失。\n\n## 官方文档\n- 店铺管理:https://developers.weixin.qq.com/doc/channels/API/storemanage/\n- 收藏管理:https://developers.weixin.qq.com/doc/channels/API/favorite/shopfavorite/\n\n## 需要实现的接口列表(4个)\n\n### 店铺管理(3个)\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 获取店铺H5链接 | `/channels/ec/basics/shop/h5url/get` |\n| 获取店铺二维码 | `/channels/ec/basics/shop/qrcode/get` |\n| 获取店铺口令 | `/channels/ec/basics/shop/taglink/get` |\n\n### 收藏管理(1个)\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 获取店铺收藏的人数 | `/channels/ec/favorites/count/get` |\n\n## 实现要点\n\n### 1. 店铺管理\n建议在 `WxChannelBasicService` 中新增以下方法:\n```java\nShopH5UrlResponse getShopH5Url() throws WxErrorException;\nShopQrCodeResponse getShopQrCode() throws WxErrorException;\nShopTagLinkResponse getShopTagLink() throws WxErrorException;\n```\n\n### 2. 收藏管理\n建议新增 `WxChannelFavoriteService`:\n```java\npublic interface WxChannelFavoriteService {\n FavoriteCountResponse getFavoriteCount() throws WxErrorException;\n}\n```\n","author":{"url":"https://github.com/binarywang","@type":"Person","name":"binarywang"},"datePublished":"2026-05-09T08:10:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3992/WxJava/issues/3992"}
| 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:3c1fb563-c5ac-73c7-2999-dfcd188c004f |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8300:D0FCF:11235E0:16D2973:6A583321 |
| html-safe-nonce | 3c4316ec0521b5c7eb22431569b733f188d0f926dc703133fa764e75c28a5a98 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MzAwOkQwRkNGOjExMjM1RTA6MTZEMjk3Mzo2QTU4MzMyMSIsInZpc2l0b3JfaWQiOiI2MDA0MTQ2NjM0MTI0NDQwMzUzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | fb286f8c09d6ae28914c3d443f54598582aa08445e81159460f1dee1c7f90e40 |
| hovercard-subject-tag | issue:4411812094 |
| 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/3992/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3754c986f943a285f278a28a92cb3cf89e4b45b9f121c7a1bfeb4de357000a80/binarywang/WxJava/issues/3992 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3754c986f943a285f278a28a92cb3cf89e4b45b9f121c7a1bfeb4de357000a80/binarywang/WxJava/issues/3992 |
| og:image:alt | 功能描述 店铺管理缺少店铺链接相关接口,收藏管理完全缺失。 官方文档 店铺管理:https://developers.weixin.qq.com/doc/channels/API/storemanage/ 收藏管理:https://developers.weixin.qq.com/doc/channels/API/favorite/shopfavorite/ 需要实现的接口列表(4个) 店铺... |
| 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 | 5f2a0c7865178af3d91dd9f13b0cdfc3c73a2529c873d2780bb4c01271a57ec6 |
| 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 | 8aae7b8d6caacacf5c66eaeb2702d8dc88d85b4a |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width