小程序
小游戏
企业微信
微信支付
扫描小程序码分享
APPID: wx0850d35026adef16
授权事件接收URL
http://www.nrmedia.cn/weixin/notify/receive_ticket
msg_signature 这些参数能获取到 但是xml 是空
这个xml应该怎么接收 请帮忙协助
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我是使用node.js启动的本地服务来验证三方平台的,不知道跟你适合不,当时也没有获取XML,
const app = express();
const xmlparser = require('express-xml-bodyparser');
app.use(xmlparser()); /* 为了解析微信的 xml 格式文件而加入 */
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
接收后解密了么?
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/component_verify_ticket.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Message_Encryption/Technical_Plan.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我是使用node.js启动的本地服务来验证三方平台的,不知道跟你适合不,当时也没有获取XML,
const app = express();
const xmlparser = require('express-xml-bodyparser');
app.use(xmlparser()); /* 为了解析微信的 xml 格式文件而加入 */
接收后解密了么?
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/component_verify_ticket.html
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Message_Encryption/Technical_Plan.html
现在不是解密的问题
是我接受到的参数里面
我获取不到post过来的xml
还是有问题