- 智慧民政PC
- 昭通救助APP
- 昭通微信小程序
- 通用接口
- 大屏接口
- 服务集成平台接口示例
- 未命名接口POST
- 未命名接口POST
家庭基本信息查询
POST
/cxjz/applyProcessRestService/getBaseInfo.do
请求参数
Header 参数
lid
string
必需
示例值:
ztszyqdjy_001
Body 参数application/json
data
object
必需
abe010
string
申请id
taskNames
array[string]
环节名称
taskid
string
任务id
示例
{
"data":{
"abe010":"35975313",
"taskNames":["householdSurvey"],
"taskid":"f954268c-36cd-11ec-8f15-00505685c790"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/cxjz/applyProcessRestService/getBaseInfo.do' \
--header 'lid: ztszyqdjy_001' \
--header 'Content-Type: application/json' \
--data-raw '{
"data":{
"abe010":"35975313",
"taskNames":["householdSurvey"],
"taskid":"f954268c-36cd-11ec-8f15-00505685c790"
}
}'
返回响应
🟢200成功
application/json
Body
errcode
string
必需
errmsg
string
必需
示例
{
"errcode": "0",
"data": {
"flag": "1",
"signImgId": "",
"taskList": [
{
"result": null,
"createtime": "2023-05-04 17:26:27",
"aae003": null,
"aad012": null,
"name": null,
"extrafields": null,
"taskname": "入户调查",
"signimgurl": null,
"type": null,
"opinion": null
}
],
"homeInfo": {
"abe010": "35661406",
"yaa001desc": "特困救助",
"aab011": "530102002002000177",
"aac002": "用户名",
"yaa001": "200",
"aad012": "云南省昆明市五华区护国街道办事处青年路",
"aad011": "530102002002",
"aac004": "530524192105283467",
"aab017": "云南省昆明市",
"aad019": "18902862586"
},
"signImgUrl": ""
}
}
修改于 2023-05-13 03:05:41