From b27efc697f2f81e0d0f247a2708e58af52a5df9b Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 23 十月 2025 15:14:33 +0800
Subject: [PATCH] bug修改,后台新增修改用户积分
---
cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java b/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java
index 9773ead..8248973 100644
--- a/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java
+++ b/cloud-server-account/src/main/java/com/dsh/account/util/weChat/AES.java
@@ -11,10 +11,11 @@
import java.security.*;
/**
-* AES加密
-* @author pzb
-* @Date 2021/12/3 15:43
-*/
+ * AES加密
+ *
+ * @author pzb
+ * @Date 2021/12/3 15:43
+ */
public class AES {
public static boolean initialized = false;
@@ -22,8 +23,7 @@
/**
* AES解密
*
- * @param content
- * 密文
+ * @param content 密文
* @return
* @throws InvalidAlgorithmParameterException
* @throws NoSuchProviderException
--
Gitblit v1.7.1