三方appID: wx851e238de6d96eaa
第三方平台全网发布-----------------------解密后 Xml=<xml><AppId><![CDATA[wx851e238de6d96eaa]]></AppId>
<CreateTime>1573485628</CreateTime>
<InfoType><![CDATA[authorized]]></InfoType><AuthorizerAppid><![CDATA[wx570bc396a51b8ff8]]></AuthorizerAppid><AuthorizationCode><![CDATA[queryauthcode@@@Xl2LZcrxQBKwGbVHEk7ubeVmorUbu7pNqayxTeem5dCVlIZGfZFL0rnUlK3fi4VWSa_Cs6NRJaOBmQm0UVOS5g]]></AuthorizationCode><AuthorizationCodeExpiredTime><![CDATA[1573489228]]></AuthorizationCodeExpiredTime><PreAuthCode><![CDATA[preauthcode@@@sHSgAQxcW9ZmU72jbg1ZFhxXdKARfjpjAxvrPn_DL5H0iPpEgWkIEJf71zaTDPKX]]></PreAuthCode></xml>
收到的始终是这些授权的xml,InfoType 始终没有component_verify_ticket,导致组件tiket正确接收一项始终提示失败,请问怎么解决?
接收的url麻烦也提供下
消息与事件接收URL https://www.beihaoyuewen.com/wechat/other/$APPID$/mpCallback
授权事件接收url 为
https://atest1.semsx.com/WeChat/WeChatIndex/threeTest
消息与事件接收Url
https://atest1.semsx.com/WeChat/WeChatIndex/threeTest/$APPID$
授权事件接收url 为 :https://wx2.chitan.co/chitan/ticket/ticket.do
消息与事件接收Url :https://wx2.chitan.co/chitan/ticket/$APPID$/callback.do
APPID: wxaa0d7f09a9e71d6f
等待官方看看