| | |
| | | //微信 |
| | | private static final String ACCESS_TOKEN_HOST = "https://api.weixin.qq.com/cgi-bin/token"; |
| | | |
| | | private static final String WX_APPID = "wxe91f1af7638aa5dd"; |
| | | private static final String WX_APPID = "wx69e3ac6e13a889b7"; |
| | | |
| | | private static final String WX_SECRET = "a787e1a462715604e0c9528b6d8960d1"; |
| | | private static final String WX_SECRET = "1b8bcfcb681524ac553e72054e5271ef"; |
| | | |
| | | //支付寶 |
| | | /** |
| | |
| | | String plainData = null; |
| | | if (isDataEncrypted) { |
| | | try { |
| | | plainData = AlipayEncrypt.decryptContent(content, encryptType, "VSpPcLQjLSoTz6Yd7KNoyQ==", charset); |
| | | plainData = AlipayEncrypt.decryptContent(content, encryptType, "XABBSOeWDakvuG9TDez4Qg====", charset); |
| | | } catch (AlipayApiException e) { |
| | | //解密异常, 记录日志 |
| | | e.getMessage(); |