调用https://api.weixin.qq.com/payinsurance/gettoken?grant_type=client_credential&agentappid=AGENT_APPID&agentsecret=AGENT_SECRET&appid=APPID
返回:<xml>
<return_code><![CDATA[SUCCESS]]></return_code>
<result_code><![CDATA[FAIL]]></result_code>
<err_code><![CDATA[48001]]></err_code>
<err_code_des><![CDATA[api unauthorized rid: 63c26575-3b012fe7-628129ad]]></err_code_des>
</xml>
确认一下access token是用正确的appid生成的