Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/zspt/safetyAppraisal/safetyAppraisalList?type=%E6%B0%B4%E5%BA%93' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"type": "",
"name": "",
"projName": "",
"identifyTime": "",
"checkCount": 0,
"tag": "",
"remark": ""
}
]
}