快速注册企业小程序和快速注册个人小程序事件推送,这2个InfoType都是一样的要怎么区分?
快速注册企业小程序
<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>
快速注册个人小程序
<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>
<wxuser><![CDATA[用户微信号]]></wxuser>
<idname><![CDATA[用户姓名]]></wxidnnn>
<component_phone><![CDATA[第三方联系电话]]></component_phone>
</info>
</xml>
你好,字段不一样呢,请自行做判断
用户填写的参数,要预先保存在数据库,收到推送消息后,对照去获取数据库里预先保存的记录。