Authorization: Bearer ********************
[
0
]
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/function-point-list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"craneName": "string",
"craneId": "string",
"functionModule": "string",
"functionPointName": "string",
"projectPointName": "string",
"projectPointAddress": "string",
"remark": "string"
}
]
}