摘要: <?phpclass GetApiModel{//获取第三方API //获取身份证信息 //返回json /*{ "errNum": 0, "retMsg": "success", "retData": { "sex": "M", //M-男,F-女,N-未知 "birthday": "1987-0 阅读全文
posted @ 2016-05-17 15:33 ScarecrowPqs 阅读(267) 评论(0) 推荐(0)
摘要: <?phpclass ReplyModel{ //验证token, public function ValidationToken($token){ if(isset($_GET["echostr"])){ $tokenInfo["token"]=$token; $tokenInfo["echost 阅读全文
posted @ 2016-05-17 15:31 ScarecrowPqs 阅读(330) 评论(0) 推荐(0)