创建成功后服务器只收到authorized事件,即如下结果:
<xml><AppId>第三方平台appid</AppId><CreateTime>1413192760</CreateTime><InfoType>authorized</InfoType><AuthorizerAppid>公众号appid</AuthorizerAppid><AuthorizationCode>授权码(code)</AuthorizationCode><AuthorizationCodeExpiredTime>过期时间</AuthorizationCodeExpiredTime><PreAuthCode>预授权码</PreAuthCode><xml> |
但是我们这边想获取到注册审核事件推送,即这种信息:
<xml> <AppId><![CDATA[第三方平台appid]]></AppId> <CreateTime>1535442403</CreateTime> <InfoType><![CDATA[notify_third_fasteregister]]></InfoType> <appid>创建小程序appid<appid> <status>0</status> <auth_code>xxxxx第三方授权码</auth_code> <msg>OK</msg> <info> <name><![CDATA[企业名称]]></name> <code><![CDATA[企业代码]]></code> <code_type>1</code_type> <legal_persona_wechat><![CDATA[法人微信号]]></legal_persona_wechat> <legal_persona_name><![CDATA[法人姓名]]></legal_persona_name> <component_phone><![CDATA[第三方联系电话]]></component_phone> </info></xml> |
目前有两个问题:1.注册审核事件推送是通过哪个URL接收的
2.授权事件接收URL和消息与事件接收URL都没有接收到这信息,请问是哪里出问题了
第三方APPID: wxbd4b36a2adaeff9b
快速注册的小程序APPID:wx7ceb837b83834ae4
创建小程序的发生时间:20190816 09:22:00

老哥 咋样了 这个接口 到底是 回调的 那个 是授权事件URL吗