René's URL Explorer Experiment


Title: [weixin-java-channel] WxChannelProductService 缺失赠品/买赠活动/限时抢购/库存等完整子API(共28个端点) · Issue #4002 · binarywang/WxJava · GitHub

Open Graph Title: [weixin-java-channel] WxChannelProductService 缺失赠品/买赠活动/限时抢购/库存等完整子API(共28个端点) · Issue #4002 · binarywang/WxJava

X Title: [weixin-java-channel] WxChannelProductService 缺失赠品/买赠活动/限时抢购/库存等完整子API(共28个端点) · Issue #4002 · binarywang/WxJava

Description: 问题描述 WxChannelProductService(视频号小店商品服务)缺少多个官方文档中已有的完整 API 子模块,涉及 28 个端点。 1. 赠品管理(Gift)- 7个端点全缺 官方文档:https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct.html 方法 端点 addGiftProduct(添加非卖商品) /chan...

Open Graph Description: 问题描述 WxChannelProductService(视频号小店商品服务)缺少多个官方文档中已有的完整 API 子模块,涉及 28 个端点。 1. 赠品管理(Gift)- 7个端点全缺 官方文档:https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct...

X Description: 问题描述 WxChannelProductService(视频号小店商品服务)缺少多个官方文档中已有的完整 API 子模块,涉及 28 个端点。 1. 赠品管理(Gift)- 7个端点全缺 官方文档:https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct...

Opengraph URL: https://github.com/binarywang/WxJava/issues/4002

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[weixin-java-channel] WxChannelProductService 缺失赠品/买赠活动/限时抢购/库存等完整子API(共28个端点)","articleBody":"## 问题描述\n\n**WxChannelProductService**(视频号小店商品服务)缺少多个官方文档中已有的完整 API 子模块,涉及 28 个端点。\n\n### 1. 赠品管理(Gift)- 7个端点全缺\n\n官方文档:https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct.html\n\n| 方法 | 端点 |\n|------|------|\n| addGiftProduct(添加非卖商品) | /channels/ec/product/gift/add |\n| updateGiftProduct(更新非卖商品) | /channels/ec/product/gift/update |\n| setProductAsGift(在售商品转赠品) | /channels/ec/product/gift/onsale/set |\n| getGiftProduct(获取赠品) | /channels/ec/product/gift/get |\n| listGiftProduct(获取赠品列表) | /channels/ec/product/gift/list/get |\n| updateGiftStock(更新赠品库存) | /channels/ec/product/gift/stock/update |\n\n### 2. 买赠活动(GiftActivity)- 3个端点全缺\n\n| 方法 | 端点 |\n|------|------|\n| addGiftActivity(创建赠品活动) | /channels/ec/product/activity/add |\n| deleteGiftActivity(删除赠品活动) | /channels/ec/product/activity/del |\n| stopGiftActivity(停止赠品活动) | /channels/ec/product/activity/stop |\n\n### 3. 限时抢购(LimitedDiscountTask)- 5个端点全缺\n\n| 方法 | 端点 |\n|------|------|\n| addLimitedDiscountTask(添加限时抢购任务) | /channels/ec/product/limiteddiscounttask/add |\n| updateLimitedDiscountTask(更新限时抢购任务) | /channels/ec/product/limiteddiscounttask/update |\n| deleteLimitedDiscountTask(删除限时抢购任务) | /channels/ec/product/limiteddiscounttask/delete |\n| stopLimitedDiscountTask(停止限时抢购任务) | /channels/ec/product/limiteddiscounttask/stop |\n| listLimitedDiscountTask(获取限时抢购任务列表) | /channels/ec/product/limiteddiscounttask/list/get |\n\n**注意**:SDK 中已有 `addLimitTask`、`listLimitTask`、`stopLimitTask`、`deleteLimitTask` 方法,但缺少完整的 update 接口,且命名不一致(`LimitTask` vs `LimitedDiscountTask` 语义不完全对应)。\n\n### 4. 库存管理(Stock)- 4个端点全缺\n\n| 方法 | 端点 |\n|------|------|\n| getStock(获取库存) | /channels/ec/product/stock/get |\n| getStockBatch(批量获取库存) | /channels/ec/product/stock/batchget |\n| getStockFlow(获取库存流水) | /channels/ec/product/stock/getflow |\n| updateStockFast(快速更新库存) | /channels/ec/product/stock/update |\n\n### 5. 其他缺失(9个)\n\n| 方法 | 端点 | 说明 |\n|------|------|------|\n| categoryPreCheck | /channels/ec/product/categoryprecheck | 发品前校验 |\n| getProductAuditStrategy | /channels/ec/product/auditstrategy/get | 获取商品上架策略 |\n| setProductAuditStrategy | /channels/ec/product/auditstrategy/set | 设置商品上架策略 |\n| getProductAuditQuota | /channels/ec/product/getauditquota | 获取商品提审限额 |\n| getProductBrandRecommend | /channels/ec/product/productbrandrecommend | 商品品牌推荐 |\n| externalProductMapping | /channels/ec/product/externalproductmapping | 站内外属性映射 |\n| externalProductMappingNew | /channels/ec/product/externalproductmappingnew | 站内外属性映射v2 |\n| beginTimingSale | /channels/ec/product/begintimingsale | 商品立即开售 |\n| cancelTimingSale | /channels/ec/product/canceltimingsale | 取消商品开售 |\n\n---\n\n## SDK 文件路径\n\n- Service接口:`weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxChannelProductService.java`\n- ServiceImpl:`weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelProductServiceImpl.java`\n- 常量类:`weixin-java-channel/src/main/java/me/chanjar/weixin/channel/constant/WxChannelApiUrlConstants.java`(Spu内部接口)\n\n## 建议\n\n1. 新增 `WxChannelGiftService` 处理赠品和买赠活动完整功能\n2. 新增 `WxChannelLimitedDiscountService` 或扩展现有 WxChannelProductService\n3. 新增 `WxChannelProductStockService` 处理库存相关接口\n4. 补充商品辅助接口(发品前校验、上架策略、属性映射等)","author":{"url":"https://github.com/binarywang","@type":"Person","name":"binarywang"},"datePublished":"2026-05-14T14:03:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/4002/WxJava/issues/4002"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2b1a9b0c-c58d-401e-ccf0-b65299359fb5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA2E4:1423B7:C1E59F:108DFB4:6A57E72D
html-safe-nonce721ebcde743a05cd0c3e4a8ce52a453fd8b94daecb23a8344fd4bf685149d0ad
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkU0OjE0MjNCNzpDMUU1OUY6MTA4REZCNDo2QTU3RTcyRCIsInZpc2l0b3JfaWQiOiIyMjQ5NTczMjI3MTEzNzM1OTgxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac982ba1c800faa841ceadd8a6888fcdcc5bde32b6fcf6501804b1f53ba2e617d8
hovercard-subject-tagissue:4446534879
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/binarywang/WxJava/4002/issue_layout
twitter:imagehttps://opengraph.githubassets.com/47133283905f46b54501a47327eccbf5e519e904e85b8f9e955725c3230acf8e/binarywang/WxJava/issues/4002
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/47133283905f46b54501a47327eccbf5e519e904e85b8f9e955725c3230acf8e/binarywang/WxJava/issues/4002
og:image:alt问题描述 WxChannelProductService(视频号小店商品服务)缺少多个官方文档中已有的完整 API 子模块,涉及 28 个端点。 1. 赠品管理(Gift)- 7个端点全缺 官方文档:https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebinarywang
hostnamegithub.com
expected-hostnamegithub.com
None49c8c15fabcbf356d607a90ca115c13b273e42ff8b74155de050fd229a9b0121
turbo-cache-controlno-preview
go-importgithub.com/binarywang/WxJava git https://github.com/binarywang/WxJava.git
octolytics-dimension-user_id1343140
octolytics-dimension-user_loginbinarywang
octolytics-dimension-repository_id49122742
octolytics-dimension-repository_nwobinarywang/WxJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49122742
octolytics-dimension-repository_network_root_nwobinarywang/WxJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release72a32c9d47294b6b7eb7f0250253277920c7a987
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/binarywang/WxJava/issues/4002#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbinarywang%2FWxJava%2Fissues%2F4002
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbinarywang%2FWxJava%2Fissues%2F4002
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=binarywang%2FWxJava
Reloadhttps://github.com/binarywang/WxJava/issues/4002
Reloadhttps://github.com/binarywang/WxJava/issues/4002
Reloadhttps://github.com/binarywang/WxJava/issues/4002
binarywang https://github.com/binarywang
WxJavahttps://github.com/binarywang/WxJava
Please reload this pagehttps://github.com/binarywang/WxJava/issues/4002
Notifications https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Fork 9.1k https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Star 32.9k https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Code https://github.com/binarywang/WxJava
Issues 16 https://github.com/binarywang/WxJava/issues
Pull requests 10 https://github.com/binarywang/WxJava/pulls
Discussions https://github.com/binarywang/WxJava/discussions
Actions https://github.com/binarywang/WxJava/actions
Wiki https://github.com/binarywang/WxJava/wiki
Security and quality 0 https://github.com/binarywang/WxJava/security
Insights https://github.com/binarywang/WxJava/pulse
Code https://github.com/binarywang/WxJava
Issues https://github.com/binarywang/WxJava/issues
Pull requests https://github.com/binarywang/WxJava/pulls
Discussions https://github.com/binarywang/WxJava/discussions
Actions https://github.com/binarywang/WxJava/actions
Wiki https://github.com/binarywang/WxJava/wiki
Security and quality https://github.com/binarywang/WxJava/security
Insights https://github.com/binarywang/WxJava/pulse
#4033https://github.com/binarywang/WxJava/pull/4033
[weixin-java-channel] WxChannelProductService 缺失赠品/买赠活动/限时抢购/库存等完整子API(共28个端点)https://github.com/binarywang/WxJava/issues/4002#top
#4033https://github.com/binarywang/WxJava/pull/4033
https://github.com/binarywang
https://github.com/copilot-swe-agent
enhancementhttps://github.com/binarywang/WxJava/issues?q=state%3Aopen%20label%3A%22enhancement%22
4.8.5https://github.com/binarywang/WxJava/milestone/99
https://github.com/binarywang
binarywanghttps://github.com/binarywang
on May 14, 2026https://github.com/binarywang/WxJava/issues/4002#issue-4446534879
https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct.htmlhttps://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/gift/api_addgiftproduct.html
binarywanghttps://github.com/binarywang
Copilothttps://github.com/apps/copilot-swe-agent
enhancementhttps://github.com/binarywang/WxJava/issues?q=state%3Aopen%20label%3A%22enhancement%22
4.8.5https://github.com/binarywang/WxJava/milestone/99
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.