ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/util/weChat/WxPKCS7Encoder.java
@@ -4,10 +4,10 @@ import java.util.Arrays; /** * 微信小程序加解密 * @author pzb * @Date 2021/12/3 15:43 */ * 微信小程序加解密 * @author pzb * @Date 2021/12/3 15:43 */ public class WxPKCS7Encoder { private static final Charset CHARSET = Charset.forName("utf-8"); private static final int BLOCK_SIZE = 32;