Commit 74ce14db authored by xianjun's avatar xianjun

添加返回转byte

parent d066ae4f
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>
<bouncycastle.version>1.57</bouncycastle.version>
</properties> </properties>
...@@ -26,6 +27,7 @@ ...@@ -26,6 +27,7 @@
<dependency> <dependency>
<groupId>com.yanzuoguang</groupId> <groupId>com.yanzuoguang</groupId>
<artifactId>yzg-util-base</artifactId> <artifactId>yzg-util-base</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
...@@ -39,6 +41,12 @@ ...@@ -39,6 +41,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
</dependency> </dependency>
<!--微信小程序用户信息解密工具-->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment