Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/safe/getProjList' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"type": "",
"projName": "",
"channel": "",
"riverBank": "",
"adnm": "",
"loc": "",
"longitude": "",
"latitude": "",
"riskTypes": "",
"tecIndex": "",
"curDesc": "",
"supplyNum": "",
"trafficNetwork": "",
"route": "",
"expert": "",
"antiMeasure": ""
}
]
}