升级sdk,修复微信小店bug

This commit is contained in:
Richie 2025-04-19 20:04:49 +08:00
parent d476524fc4
commit 192c352ec2
2 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@
<dependency> <dependency>
<groupId>cn.qihangerp.open</groupId> <groupId>cn.qihangerp.open</groupId>
<artifactId>open-sdk</artifactId> <artifactId>open-sdk</artifactId>
<version>1.0</version> <version>1.0.2</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/libs/open-sdk-1.0.jar</systemPath> <systemPath>${project.basedir}/libs/open-sdk-1.0.2.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>