EasyWechat 6 怎么解密微信消息推送 #2750
Unanswered
qianshi-tech
asked this question in
Q&A
Replies: 1 comment
-
getDecryptedMessage就能拿到解密码后的数据,你在微信那边设置消息推送格式为xml应该就可以了,json格式的时候框架里有个bug,他把解密出来的消息直接当成xml格式去转数组,配置为json的时候转出来就是空数组所以拿不到觖密后的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
消息推送
https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html
webman中检验signature的示例代码:
检验后可以怎么解密吗?求助, 提前感谢您
Beta Was this translation helpful? Give feedback.
All reactions