小虫Api
夜间模式
主色
强调色
把妹王吗?我一直以为对女孩子好是理所当然。
| 参数名称 | 参数类型 | 是否必填 | 备注内容 |
|---|---|---|---|
name |
String | 必填 | 姓名 |
id |
String | 必填 | 身份证 |
num |
String | 可选 | 返回数量(30%概率) |
| 参数名称 | 参数类型 | 参数说明 |
|---|---|---|
code |
String | 状态码 |
message |
String | 状态信息 |
source |
String | 数据类型 |
num |
Number | 返回数量 |
data |
Object | 嵌套数据 |
inquirer |
Array | 户主信息 |
inquirer.name |
String | 姓名 |
inquirer.gender |
String | 户主性别 |
inquirer.birthday |
String | 出生日期 |
inquirer.id |
String | 户主身份证 |
inquirer.address |
String | 户主户籍地 |
relationship |
Object | 关联人数据 |
relationship.name |
String | 关联人姓名 |
relationship.gender |
String | 关联人性别 |
relationship.relation |
String | 关联人关系 |
relationship.birthday |
String | 关联人生日 |
relationship.regionid |
String | 关联人地区编码 |
relationship.id |
String | 关联人身份证 |
relationship.address |
String | 关联人户籍地 |
{
"code": 200,
"message": "请求成功",
"source": "全户数据",
"num": 4,
"data": {
"inquirer": {
"name": "王健",
"gender": "男",
"birthday": "1986年10月29日",
"id": "622101198610291715",
"address": "甘肃省酒泉地区玉门市"
},
"relationship": [
{
"name": "王静红",
"gender": "女",
"relation": "母亲",
"birthday": "1952年05月10日",
"regionid": 654202,
"id": "654202195205108164",
"address": "新疆维吾尔自治区塔城地区乌苏市"
},
{
"name": "王琪",
"gender": "女",
"relation": "女儿",
"birthday": "2003年08月01日",
"regionid": "622101",
"id": "622101200308016347"
},
{
"name": "王盛",
"gender": "男",
"relation": "父亲",
"birthday": "1956年03月24日",
"regionid": "622101",
"id": "622101195603247339"
},
{
"name": "王娜慧",
"gender": "女",
"relation": "妹妹",
"birthday": "1989年08月13日",
"regionid": "622101",
"id": "622101198908137484"
}
]
}
}
| 状态码 | 状态信息 |
|---|---|
| 200 | 请求成功 |
| 0 | 多种可能 |
| 状态码 | 说明 |
|---|---|
| 400 | 请求错误 |
| 403 | 请求被服务器拒绝 |
| 405 | 客户端请求的方法被禁止 |
| 408 | 请求时间过长 |
| 500 | 服务器内部错误 |
| 501 | 服务器不支持该请求 |
| 502 | 链接地址有误,可能遭遇CC攻击 |
| 503 | 系统维护中 |
| 514 | 触发QPS限制 |
<span class="hljs-meta"><?php</span>无