8000 【视频号】更新视频号小店/微信小店类目、订单、商品、主页管理相关接口,补充starter文档 by lixize · Pull Request #3426 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

【视频号】更新视频号小店/微信小店类目、订单、商品、主页管理相关接口,补充starter文档 #3426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
⬆️ 【视频号】更新jackson版本为2.18.1
  • Loading branch information
lixize committed Nov 28, 2024
commit 60ad9a04750d8631fb128be0141c81c683d4c397
2 changes: 1 addition & 1 deletion weixin-java-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>微信视频号 Java SDK</description>

<properties>
<jackson.version>2.15.0</jackson.version>
<jackson.version>2.18.1</jackson.version>
</properties>

<dependencies>
Expand Down
0