{
"token": "Epoint_WebSerivce_**##0601",
"params": {
"projectguid": "1100fe6bc-1ad6-472a-827f-7f04ab00f57d",
"areacode": "510100",
"projectinfo": {
"applyertype": "申请人类型",
"certtype": "22",
"certnum": "50010019941214****",
"applyername": "东风",
"address": "申请人地址",
"applyermobile": "139********",
"legalid": "50010019941214***",
"legal": "法定代表人",
"contactperson": "东风",
"contactmobile": "139********",
"contactcertnum": "0010019941214****",
"remark": "备注"
}
}
}
curl --location --request POST '/cdzwdtProject/jjb_saveProjectInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "Epoint_WebSerivce_**##0601",
"params": {
"projectguid": "1100fe6bc-1ad6-472a-827f-7f04ab00f57d",
"areacode": "510100",
"projectinfo": {
"applyertype": "申请人类型",
"certtype": "22",
"certnum": "50010019941214****",
"applyername": "东风",
"address": "申请人地址",
"applyermobile": "139********",
"legalid": "50010019941214***",
"legal": "法定代表人",
"contactperson": "东风",
"contactmobile": "139********",
"contactcertnum": "0010019941214****",
"remark": "备注"
}
}
}'
{
"status": {
"code": 1,
"text": "调用成功"
},
"custom": {
"code": "1",
"text": "保存成功"
}
}