curl --location --request GET 'https://test-api.yunjishop.cn/member/app/userEquity/queryUserEquityList'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"userEquityId": 0,
"equityType": 0,
"preferentialType": 0,
"privilegeType": 0,
"expertChargeType": 0,
"equityItem": "string",
"equityVipPrice": 0,
"equityNormalPrice": 0,
"expertIncome": 0,
"expertIncomeTwo": 0,
"privilegeVip": "Y",
"privilegeNormal": "Y",
"isDeleted": "Y",
"userLevel": 0
}
]
}