收藏
回答

报告一个bug

https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/category/wxa_category_audit.html

推送内容解密后的示例:

<xml>
	<ToUserName><![CDATA[gh_fxxxxxxxa4b2]]></ToUserName>
	<FromUserName><![CDATA[odxxxxM-xxxxxxxx-trm4a7apsU8]]></FromUserName>
	<CreateTime>1488800000</CreateTime>
	<MsgType><![CDATA[event]]></MsgType>
	<Event><![CDATA[wxa_category_audit]]></Event>
	<ret>2</ret>
	<first>一级类目id</nickname>
	<second>二级类目id</reason>
      <reason>驳回原因</reason>
</xml>


错误位置:

        <first>一级类目id</nickname>
        <second>二级类目id</reason>


first和second 标签起始 和 结束 不匹配。  例如 一级类目id 标签起始是 first 结束却是 nickname ,二级亦是如此。






回答关注问题邀请回答
收藏
登录 后发表内容