身份证查询功能小程序源码

身份证查询功能小程序源码

免费

更新时间:2021-11-06

所属分类:PHP源码

评论回复:0

 

源码介绍

身份证查询功能小程序源码,带后端查询API源码。

身份证查询API源码

<?php
/**
 * <a href="http://www.11px.cn/tags/wxxcx/" target="_blank">WX小程序</a>的日常接口调用
 * User: cory
 * Date: 2016/11/11
 * Time: 10:40
 */
$type = trim($_GET['type']);
$key = '';
switch ($type){
    case 'card' :
        $key = '86f79e974dd392f4c48e226aa3f8ed0c';
        $cardno = $_GET['cardno'];
        $get_res = file_get_contents('http://apis.juhe.cn/idcard/index?cardno='.$cardno.'&key='.$key );
        echo $get_res;
        break;
    default:
        die('error : no type <a href="http://www.11px.cn/tags/404/" target="_blank">404</a>');
}

图**演示

下载地址