{
"id": 0,
"show_price": 0,
"rank_type": 2,
"rank_bg": "rgba(95, 20, 20, 1)",
"rank_name": "史诗会员",
"rank_ico": "img/gallery/202408/1724901365Xu7ccIQnCOlOjnPLBn.jpg",
"min_growth_points": "10",
"max_growth_points": "50",
"discount": "10"
}
curl --location --request POST '/adminapi/user/user_rank/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"show_price": 0,
"rank_type": 2,
"rank_bg": "rgba(95, 20, 20, 1)",
"rank_name": "史诗会员",
"rank_ico": "img/gallery/202408/1724901365Xu7ccIQnCOlOjnPLBn.jpg",
"min_growth_points": "10",
"max_growth_points": "50",
"discount": "10"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "会员等级添加成功"
}
}