package com.ynxbd.common; import com.ynxbd.wx.wxfactory.AesWxHelper; import lombok.extern.slf4j.Slf4j; import java.io.UnsupportedEncodingException; @Slf4j public class TestA { public static void main(String[] args) throws UnsupportedEncodingException { // System.out.println(AesWxHelper.decode("")); } }