curl --location --request POST 'https://openapi.italent.cn/idp/Idp/GetIdpDataList?operatorId' \
--header 'Content-Type: application/json' \
--data-raw 'http://openapi.italent.cn/idp/Idp/GetIdpDataList?operatorId=115684351
{
"pageSize": 300,
"pageIndex": 1,
"fieldDic": {
"NameFI": "测试移动端表单"
}
}'
{
"code": 0,
"message": "string",
"_id": "string",
"data": {
"count": 0,
"columns": [
{
"name": "string",
"label": "string",
"dataType": 0
}
],
"paging": {
"page": 0,
"capacity": 0,
"total": 0
},
"biz_data": [
{
"property1": {
"name": "string",
"text": "string",
"value": "string"
},
"property2": {
"name": "string",
"text": "string",
"value": "string"
}
}
]
}
}