Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问关于公众号通知事件推送消息里事件类型为 merchant_order的支持 #642

Closed
wangtao opened this issue Jun 25, 2018 · 3 comments

Comments

@wangtao
Copy link

wangtao commented Jun 25, 2018

是微信小店的订单接口

6.1 订单付款通知
在用户在微信中付款成功后,微信服务器会将订单付款通知推送到开发者在公众平台网站中设置的回调URL(在开发模式中设置)中,如未设置回调URL,则获取不到该事件推送。

事件推送的内容如下:

<xml> <ToUserName><![CDATA[weixin_media1]]></ToUserName> <FromUserName><![CDATA[oDF3iYyVlek46AyTBbMRVV8VZVlI]]></FromUserName> <CreateTime>1398144192</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[merchant_order]]></Event> <OrderId><![CDATA[test_order_id]]></OrderId> <OrderStatus>2</OrderStatus> <ProductId><![CDATA[test_product_id]]></ProductId> <SkuInfo><![CDATA[10001:1000012;10002:100021]]></SkuInfo> </xml>

目前不支持这类消息对么? 请问有支持计划么? 谢谢

https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141217

@binarywang
Copy link
Owner

可以添加支持

@binarywang
Copy link
Owner

3.1.1.BETA测试版本已支持

@wangtao
Copy link
Author

wangtao commented Jun 27, 2018

十分感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants