curl --location --request GET 'https://test.51vive.com/forums/company/ums/list?id=&name=&shortName=&legalPerson=&legalPhone=&managerPerson=&managerPhone=&enable='{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"shortName": "string",
"legalPerson": "string",
"legalPhone": "string",
"managerPerson": "string",
"managerPhone": "string",
"businessLicense": "string",
"businessLicenseOssIds": "string",
"otherAtts": "string",
"otherAttsOssIds": "string",
"enable": true,
"deleted": true,
"remark": "string"
}
]
}