Authorization: Bearer ********************{
"pageNum": 1,
"pageSize": 15,
"areaCode": "3709",
"timeMethod": "range",
"period": "month",
"beginTime": "2025-09",
"endTime": "2025-09",
"dataTime": "2025-09",
"itemIds": [
170,
172,
1203,
1045,
1205,
1081,
1083
],
"condList": [
{
"conditionType": "1",
"itemId": 1083,
"field": "",
"operation": "batchIn",
"value": "3\n4",
"logic": "and",
"tab": false,
"type": 1
},
{
"conditionType": "2",
"logic": "and",
"groupConditions": [
{
"conditionType": "2",
"logic": "or",
"groupConditions": [
{
"itemId": 1081,
"field": "",
"operation": "beginWith",
"value": "52",
"logic": "and",
"tab": false,
"type": 1
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "5000",
"logic": "and",
"tab": false,
"type": 2
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "5000",
"logic": "or",
"tab": false,
"type": 2
}
]
},
{
"conditionType": "2",
"logic": "and",
"groupConditions": [
{
"itemId": 1081,
"field": "",
"operation": "beginWith",
"value": "51",
"logic": "and",
"tab": true,
"type": 1
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "20000",
"logic": "and",
"tab": true,
"type": 2
},
{
"itemId": 172,
"field": "",
"operation": "<",
"value": "20000",
"logic": "and",
"tab": true,
"type": 2
}
]
}
]
}
]
}curl --location --request POST '/onesuit/itemConfig/queryData' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 15,
"areaCode": "3709",
"timeMethod": "range",
"period": "month",
"beginTime": "2025-09",
"endTime": "2025-09",
"dataTime": "2025-09",
"itemIds": [
170,
172,
1203,
1045,
1205,
1081,
1083
],
"condList": [
{
"conditionType": "1",
"itemId": 1083,
"field": "",
"operation": "batchIn",
"value": "3\n4",
"logic": "and",
"tab": false,
"type": 1
},
{
"conditionType": "2",
"logic": "and",
"groupConditions": [
{
"conditionType": "2",
"logic": "or",
"groupConditions": [
{
"itemId": 1081,
"field": "",
"operation": "beginWith",
"value": "52",
"logic": "and",
"tab": false,
"type": 1
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "5000",
"logic": "and",
"tab": false,
"type": 2
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "5000",
"logic": "or",
"tab": false,
"type": 2
}
]
},
{
"conditionType": "2",
"logic": "and",
"groupConditions": [
{
"itemId": 1081,
"field": "",
"operation": "beginWith",
"value": "51",
"logic": "and",
"tab": true,
"type": 1
},
{
"itemId": 170,
"field": "",
"operation": "<",
"value": "20000",
"logic": "and",
"tab": true,
"type": 2
},
{
"itemId": 172,
"field": "",
"operation": "<",
"value": "20000",
"logic": "and",
"tab": true,
"type": 2
}
]
}
]
}
]
}'{
"msg": "string",
"code": 0,
"data": {
"dataList": [
{
"f_1_2025_09": "string",
"f_4_2025_09": "string",
"major_code": "string",
"f_2_2025_09": "string",
"area_code": "string",
"survey_code": "string",
"hydm": "string",
"f_3_2025_09": "string",
"survey_name": "string"
}
],
"dataTime": "string",
"timeList": [
"string"
],
"total": 0
}
}