huliguo
1 天以前 04ce420613f90f8414e87e8fe68484fc32485349
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;