Class AesToken

    • Constructor Detail

      • AesToken

        public AesToken​(String token)
        一般为明文模式
        Parameters:
        token - 开发者的Token
      • AesToken

        public AesToken​(String weixinId,
                        String token,
                        String aesKey)
        一般为AES加密模式
        Parameters:
        weixinId - 公众号的应用ID(原始id/appid/corpid)
        token - 开发者Token
        aesKey - 解密的EncodingAESKey