{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userEquityId": 0,
"equityType": 0,
"preferentialType": 0,
"privilegeType": 0,
"expertChargeType": 0,
"equityItem": "string",
"equityVipPrice": 0,
"equityNormalPrice": 0,
"expertIncome": 0,
"expertIncomeTwo": 0,
"privilegeVip": "string",
"privilegeNormal": "string",
"isDeleted": "string",
"userLevel": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/userEquity' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userEquityId": 0,
"equityType": 0,
"preferentialType": 0,
"privilegeType": 0,
"expertChargeType": 0,
"equityItem": "string",
"equityVipPrice": 0,
"equityNormalPrice": 0,
"expertIncome": 0,
"expertIncomeTwo": 0,
"privilegeVip": "string",
"privilegeNormal": "string",
"isDeleted": "string",
"userLevel": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}