status 为 以逗号分割的数字列表,其中,数字的映射含义如下0,1,2installing +installed +installFailedcurl --location --request GET 'http://localhost:5600/open/dependencies?searchValue&type=python3&status' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": [
{
"id": 0,
"status": 0,
"type": 0,
"timestamp": "string",
"name": "string",
"log": [
"string"
],
"remark": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}