根据身份证的前4位数字获取该身份证的省会及城市。
执行下面命令安装
> composer require ddllin/lemon身份证前四位代表省会城市,所以必须传递,当然传递身份证全部编码也是可以的;
require_once __DIR__ . '/vendor/autoload.php';
use Lemon\Query\Query;
var_dump(Query::query('xxxxx'));返回格式为json字符串
{
"province": "云南省",
"city": "玉溪市"
}The MIT license. See MIT