{
"rank_type": 1,
"rank_config": {
"type": 2,
"rank_after_month": 12,
"use_month": 12
},
"grow_up_setting": {
"buy_order": 1,
"buy_order_number": 1,
"buy_order_growth": 1,
"evpi": 1,
"evpi_growth": 1,
"bind_phone": 1,
"bind_phone_growth": 1
},
"data": [
{
"rank_name":"注册会员",
"rank_ico":"",
"rank_bg":"",
"min_growth_points":10,
"discount":10,
"rank_point":10,
"free_shipping":1,
"rank_card_type":1,
"rank_level":1,
"rank_logo":"",
"rights":[]
},
{
"rank_name":"铂金会员",
"rank_ico":"",
"rank_bg":"",
"min_growth_points":10,
"discount":10,
"rank_point":10,
"free_shipping":0,
"rank_card_type":1,
"rank_level":1,
"rank_logo":"",
"rights":[]
}
]
}
curl --location --request POST '/adminapi/user/user_rank/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"rank_type": 1,
"rank_config": {
"type": 2,
"rank_after_month": 12,
"use_month": 12
},
"grow_up_setting": {
"buy_order": 1,
"buy_order_number": 1,
"buy_order_growth": 1,
"evpi": 1,
"evpi_growth": 1,
"bind_phone": 1,
"bind_phone_growth": 1
},
"data": [
{
"rank_name":"注册会员",
"rank_ico":"",
"rank_bg":"",
"min_growth_points":10,
"discount":10,
"rank_point":10,
"free_shipping":1,
"rank_card_type":1,
"rank_level":1,
"rank_logo":"",
"rights":[]
},
{
"rank_name":"铂金会员",
"rank_ico":"",
"rank_bg":"",
"min_growth_points":10,
"discount":10,
"rank_point":10,
"free_shipping":0,
"rank_card_type":1,
"rank_level":1,
"rank_logo":"",
"rights":[]
}
]
}'
{}