基本信息

接口名称: 有效期核验
请求方法: GET
计费类型: 资源包 按量计费 ¥0.020

接口文档

# API文档 ## 接口说明 有效期 ## 请求地址 `/api/yxq` ## 请求方法 `GET` ## 请求参数 | 参数名 | 类型 | 必填 | 说明 | |-------|------|------|------| | name | string | 是 | 姓名 | | id_card | string | 是 | 身份证号 | | start_date| string | 是 | 起始日期 | | end_date| string | 是 | 结束日期 | | apikey | string | 是 | 卡密 | ## 响应示例 ```json { "success": false, "message": "身份证号码格式错误", "timestamp": 1754129652 } ```

请求参数

参数名 是否必填 类型 参数说明 示例值
name string 姓名 李白
id_card string 123456789123456789 身份证
start_date string 起始日期 2013-11-00
end_date string 结束日期 2018-02-18
apikey string 卡密 adsfdfgdcsaffh24435641

请求示例

{
    "name": "李白",
    "id_card": "身份证",
    "start_date": "2013-11-00",
    "end_date": "2018-02-18",
    "apikey": "adsfdfgdcsaffh24435641"
}

返回参数

参数名 类型 说明
status string 状态码
message string 匹配结果

返回示例

{
    "status": "200",
    "message": "对的"
}