Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/Straddle/ListBackend' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"name": "string",
"picturePath": "string",
"length": 0,
"width": 0,
"high": 0,
"workShopId": "string",
"workShopName": "string"
}
]
}