Conversation
2.完善商品免审编辑参数 3.SKU信息新增条形码 4.Spu信息新增待开售信息
🤖 Augment PR SummarySummary: This PR expands the 视频号小店(Channel shop)SDK models and APIs, mainly around category permissions and richer product/category fields. Changes:
Technical Notes: New APIs use 🤖 Was this summary useful? React with 👍 or 👎 |
...a-channel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelCategoryServiceImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Pull request overview
此 PR 为微信视频号小店 SDK 添加了新的接口和字段,主要包括类目权限管理和商品 SPU 信息扩展。
Changes:
- 新增获取店铺类目权限列表的接口
listRelationCategory - 在
CategoryDetailResult中添加资质信息字段productQuaList - 为商品 SPU 和 SKU 添加待开售信息、编码、条形码等新字段
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| WxChannelApiUrlConstants.java | 新增店铺类目权限列表接口的 URL 常量 |
| TimingOnSaleInfo.java | 新增商品待开售信息的数据模型类 |
| SpuInfo.java | 为商品信息添加待开售信息字段 |
| SpuFastInfo.java | 为商品快速更新参数添加待开售信息、限购、运费等字段 |
| SkuInfo.java | 为 SKU 信息添加条形码字段 |
| SkuFastInfo.java | 为 SKU 快速更新参数添加编码和状态字段 |
| RelationCategoryResponse.java | 新增店铺类目权限列表响应类 |
| RelationCategoryItem.java | 新增店铺类目权限列表项数据模型 |
| CategoryDetailResult.java | 为类目详情添加商品资质列表字段 |
| WxChannelCategoryServiceImpl.java | 实现获取店铺类目权限列表的方法 |
| WxChannelCategoryService.java | 在接口中声明获取店铺类目权限列表的方法 |
...-channel/src/main/java/me/chanjar/weixin/channel/bean/category/RelationCategoryResponse.java
Outdated
Show resolved
Hide resolved
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxChannelCategoryService.java
Show resolved
Hide resolved
...a-channel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelCategoryServiceImpl.java
Outdated
Show resolved
Hide resolved
...a-channel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelCategoryServiceImpl.java
Show resolved
Hide resolved
…an/category/RelationCategoryResponse.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@binarywang I've opened a new pull request, #3851, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * 改进 listRelationCategory 方法实现和文档 Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com> * 修复 RelationCategoryRequest 的 serialVersionUID Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
|
auggie review |
从gitee转过来的:https://gitee.com/binary/weixin-java-tools/pulls/175
feat(channel): 1.获取类目信息接口返回信息新增资质信息
feat(channel): 添加店铺类目权限列表的接口
Merge remote-tracking branch 'origin/develop' into develop
feat(channel): 添加商品SPU信息字段
feat(channel): 新增售后单商家协商