curl --location --request GET 'https://test.51vive.com/app/vipInfo/getVips'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"brief": "string",
"enable": true,
"sort": 0,
"icon": "string",
"iconOssId": 0,
"notAvailableIcon": "string",
"notAvailableIconOssId": 0,
"sysModule": "string"
}
]
}