|
|
@@ -140,6 +140,7 @@ public class WxOpenXmlMessage implements Serializable { |
|
|
|
String timestamp, String nonce, String msgSignature) { |
|
|
|
WxOpenCryptUtil cryptUtil = new WxOpenCryptUtil(wxOpenConfigStorage); |
|
|
|
String plainText = cryptUtil.decrypt(msgSignature, timestamp, nonce, encryptedXml); |
|
|
|
log.debug("解密后的原始xml消息内容:{}", plainText); |
|
|
|
return WxMpXmlMessage.fromXml(plainText); |
|
|
|
} |
|
|
|
|
|
|
|