Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/zspt/plan/getPlanList' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": null,
"data": [
{
"planType": "调度操作流程",
"count": 15
},
{
"planType": "水闸防汛抢险应急预案",
"count": 9
},
{
"planType": "泵站应急预案",
"count": 2
},
{
"planType": "堤防防汛抢险应急预案",
"count": 5
},
{
"planType": "水闸调度方案",
"count": 4
},
{
"planType": "水库应急预案",
"count": 3
},
{
"planType": "水库调度预案",
"count": 2
},
{
"planType": "泵站调度方案",
"count": 1
}
],
"ok": true
}