Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/projectOverview/feature?projId=HP0011202250000046' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
[
{
"projId": "",
"type": "",
"parameter": "",
"unitName": "",
"showValue": "",
"remark": ""
}
]
]
}