POSTpersonal-limit-high-consumption
限制消费人员查询
根据姓名、身份证号和手机号,返回个人限制高消费情况
接入文件
根据姓名、身份证号和手机号,返回个人限制高消费情况
接入示例程式碼
提供 Shell、Python、Go、Java、PHP 等常見接入示例,便於直接接到現有專案裡。
請求示例
{}響應示例
{
"code": 200,
"data": {
"caseList": {
"type": "array",
"items": {
"type": "object",
"required": [
"datatype",
"iname",
"sexname",
"age",
"casecode",
"areaname",
"courtname",
"regdate",
"publishdate",
"sign",
"signalDesc",
"signalRating"
],
"properties": {
"age": {
"type": "string",
"example": "35"
},
"sign": {
"type": "string"
},
"iname": {
"type": "string",
"example": "xxx"
},
"regdate": {
"type": "string",
"example": "2018-02-01"
},
"sexname": {
"type": "string",
"example": "女性"
},
"areaname": {
"type": "string",
"example": "广东省"
},
"casecode": {
"type": "string",
"example": "(2018)粤0106执xxxx号"
},
"datatype": {
"type": "string",
"example": "限高被执行人"
},
"courtname": {
"type": "string",
"example": "广东省广州市xxx法院"
},
"signalDesc": {
"type": "string"
},
"publishdate": {
"type": "string",
"example": "2018-05-22"
},
"signalRating": {
"type": "string"
}
}
}
},
"caseCount": {
"type": "number",
"example": 2
}
},
"message": "success"
}響應欄位
以下欄位根據示例 JSON 自動提取,僅作接入參考。
| 欄位路徑 | 型別 | 示例值 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.caseList | object | {...} |
| data.caseList.type | string | array |
| data.caseCount | object | {...} |
| data.caseCount.type | string | number |
| data.caseCount.example | number | 2 |
| message |