Title: [Feature] 新增代发管理模块支持 · Issue #3985 · binarywang/WxJava · GitHub
Open Graph Title: [Feature] 新增代发管理模块支持 · Issue #3985 · binarywang/WxJava
X Title: [Feature] 新增代发管理模块支持 · Issue #3985 · binarywang/WxJava
Description: 功能描述 代发管理是供应链核心功能,支持商家与供货商关联、订单自动分配、代发单管理。目前WxJava完全未实现该模块。 官方文档 https://developers.weixin.qq.com/doc/channels/API/supplier/ 需要实现的接口列表(12个) 关联供货商(1个) 接口名称 请求路径 获取供货商列表 /channels/ec/supplier/relation/get_supplier_list 自动分配设置(6个) 接口名称 请求路径...
Open Graph Description: 功能描述 代发管理是供应链核心功能,支持商家与供货商关联、订单自动分配、代发单管理。目前WxJava完全未实现该模块。 官方文档 https://developers.weixin.qq.com/doc/channels/API/supplier/ 需要实现的接口列表(12个) 关联供货商(1个) 接口名称 请求路径 获取供货商列表 /channels/ec/supplier/relatio...
X Description: 功能描述 代发管理是供应链核心功能,支持商家与供货商关联、订单自动分配、代发单管理。目前WxJava完全未实现该模块。 官方文档 https://developers.weixin.qq.com/doc/channels/API/supplier/ 需要实现的接口列表(12个) 关联供货商(1个) 接口名称 请求路径 获取供货商列表 /channels/ec/supplier/relatio...
Opengraph URL: https://github.com/binarywang/WxJava/issues/3985
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/supplier/\n\n## 需要实现的接口列表(12个)\n\n### 关联供货商(1个)\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 获取供货商列表 | `/channels/ec/supplier/relation/get_supplier_list` |\n\n### 自动分配设置(6个)\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 获取分配方式 | `/channels/ec/supplier/relation/get_distribute` |\n| 设置全店订单手动分配 | `/channels/ec/supplier/relation/set_manually_distribute` |\n| 设置全店订单自动分配 | `/channels/ec/supplier/relation/set_all_distribution` |\n| 设置按商品自动分配 | `/channels/ec/supplier/relation/set_product_distribute` |\n| 获取商品对应的自动分配供货商 | `/channels/ec/supplier/relation/get_product_default_distribute` |\n| 获取按商品自动分配的商品列表 | `/channels/ec/supplier/relation/get_product_list` |\n\n### 代发单管理(5个)\n| 接口名称 | 请求路径 |\n|----------|----------|\n| 分配订单代发 | `/channels/ec/order/dropship/assign` |\n| 取消分配代发单 | `/channels/ec/order/dropship/cancel` |\n| 查询代发单详情 | `/channels/ec/order/dropship/get` |\n| 拉取代发单列表 | `/channels/ec/order/dropship/list` |\n| 搜索代发单 | `/channels/ec/order/dropship/search` |\n\n## 实现要点\n\n### 1. 新建服务接口\n```java\npublic interface WxChannelSupplierService {\n // 供货商关联\n SupplierListResponse getSupplierList() throws WxErrorException;\n \n // 自动分配设置\n DistributeTypeResponse getDistribute() throws WxErrorException;\n WxChannelBaseResponse setManuallyDistribute() throws WxErrorException;\n WxChannelBaseResponse setAllDistribute(String supplierId) throws WxErrorException;\n WxChannelBaseResponse setProductDistribute(ProductDistributeRequest req) throws WxErrorException;\n SupplierInfoResponse getProductDefaultDistribute(String productId) throws WxErrorException;\n ProductListResponse getProductList(String supplierId) throws WxErrorException;\n \n // 代发单管理\n DropshipResponse assignOrder(DropshipAssignRequest req) throws WxErrorException;\n WxChannelBaseResponse cancelDropship(String orderId) throws WxErrorException;\n DropshipDetailResponse getDropship(String orderId) throws WxErrorException;\n DropshipListResponse listDropship(DropshipListRequest req) throws WxErrorException;\n DropshipListResponse searchDropship(DropshipSearchRequest req) throws WxErrorException;\n}\n```\n","author":{"url":"https://github.com/binarywang","@type":"Person","name":"binarywang"},"datePublished":"2026-05-09T08:06:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3985/WxJava/issues/3985"}
| 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:f1906bda-34a7-42e1-8801-435a0709153b |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C978:56E6:119CD7C:177E6AF:6A583307 |
| html-safe-nonce | ab2b2a8b30da88941bff9fb035b23f0ee9ae7e5d0b4dad43b9af1658c5b65f91 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTc4OjU2RTY6MTE5Q0Q3QzoxNzdFNkFGOjZBNTgzMzA3IiwidmlzaXRvcl9pZCI6IjI2OTYwOTU5NjI5ODkzNDM0OTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 22fe89c2cd80132d97bc638e05bbf62b3a57d2b5ec635c2e1bef40b8ff397a1c |
| hovercard-subject-tag | issue:4411802223 |
| 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/3985/issue_layout |
| twitter:image | https://opengraph.githubassets.com/615b367fac57f393ab324e5c97f26675fc007a3e05b885d0c38e86de6d927b78/binarywang/WxJava/issues/3985 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/615b367fac57f393ab324e5c97f26675fc007a3e05b885d0c38e86de6d927b78/binarywang/WxJava/issues/3985 |
| og:image:alt | 功能描述 代发管理是供应链核心功能,支持商家与供货商关联、订单自动分配、代发单管理。目前WxJava完全未实现该模块。 官方文档 https://developers.weixin.qq.com/doc/channels/API/supplier/ 需要实现的接口列表(12个) 关联供货商(1个) 接口名称 请求路径 获取供货商列表 /channels/ec/supplier/relatio... |
| 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