Authorization: Bearer ********************
curl --location --request GET 'https://test.51vive.com/openapi/apiProduction/list'
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"createBy": 0,
"createName": "string",
"createTime": "2019-08-24T14:15:22Z",
"enable": true,
"sort": 0,
"logo": "string",
"ossId": 0,
"deleted": true,
"documentName": "string",
"setApiVOS": [
{
"id": 0,
"name": "string",
"status": 0
}
]
}
],
"code": 0,
"msg": "string"
}