文档
测试

对公预警统计

POST
http://127.0.0.1:8085/dgp_api/fxq/fxqStatic/getStatesNumberForPu

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

响应参数

参数名
类型
描述
必填
success
string
true
必填
msg
string
查询成功
必填
obj
map
返回数量(已map形式)
必填
notRectifiedScore
int
未整改数量
必填
rectificationScore
int
整改中数量
必填
rectified
int
已整改数量
必填

说明 / 示例

{ "success": true, "msg": "查询成功", "obj": { "total": 3, "rectified": 0, "notRectifiedScore": 1, "rectificationScore": 2 } }