文档
测试

VIP升级列表

GET
/app/giftPromote/list

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,大于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
user_info
map
用户信息
必填
user_level_sort
String
用户当前会员等级排序号
必填
user_balance
String
用户余额
必填
user_level_list
list
会员信息
必填
id
String
作为level_id购买支付参数
必填
level_name
String
会员名称
必填
level_detail_img
String
会员描述背景图片
必填
level_desc
String
会员升级描述
必填
recommend_desc
String
升级奖励说明
必填
price
String
开通价格
必填
given_pos_num
String
升级奖励 赠送机具数
必填
upgrade_direct_rate
String
推荐升级比例
必填
credit_back_rate
String
信用卡比例
必填
loan_back_rate
String
贷款比例
必填
score_back_rate
String
积分兑换比例
必填
is_can_buy
String
是否能够购买 0否 1是
必填
sort
String
排序号
必填
active_list
list
激活返现情况
必填
title
String
产品名称
必填
sort
String
排序号
必填
in_date_active_amount
String
返现金额(自行加 元)
必填
contact_phone
String
上级或客服电话联系电话 为空不拨打
必填

说明 / 示例

```{ "code":0, "errors":{ }, "msg":"操作成功", "result":{ "user_level_list":[ { "is_withdraw_open":1, "level_img":"", "is_profit_open":1, "active_list":[ { "sort":1, "title":"测试", "in_date_active_amount":0 }, { "sort":2, "title":"测试2", "in_date_active_amount":2 } ], "level_detail_img":"", "is_recommand_open":1, "recommand_third_amount":0, "sort":1, "given_pos_num":0, "oem_id":"b4a70320ad624d10b3640ab593ff2772", "level_name":"白金会员", "online_pay_flag":1, "base_profit_level_id":"9d55d748144a4ac8865d6a0e7633630d", "is_can_buy":1, "price":298, "recommand_first_amount":40, "inrect_recommanded_amount":0, "recommand_second_amount":10, "id":"a542ef1c0c444f4d96161f7263f0c107", "level_desc":"可赠送聚亿学院价值300元线下门票一张", "inrect_recommanded_num":0, "is_active_open":1, "status":1, "base_profit_level_name":"v3" }, { "is_withdraw_open":1, "level_img":"", "is_profit_open":1, "active_list":[ { "sort":1, "title":"测试", "in_date_active_amount":0 }, { "sort":2, "title":"测试2", "in_date_active_amount":3 } ], "level_detail_img":"", "is_recommand_open":1, "recommand_third_amount":0, "sort":2, "given_pos_num":0, "oem_id":"b4a70320ad624d10b3640ab593ff2772", "level_name":"钻石会员", "online_pay_flag":0, "base_profit_level_id":"f360b226d25c446a987851387471b7f1", "is_can_buy":0, "price":0.2, "recommand_first_amount":50, "inrect_recommanded_amount":0, "recommand_second_amount":10, "id":"e614a073193949b095819e6c5573dafb", "level_desc":"尊享钻石会员专属特权", "inrect_recommanded_num":0, "is_active_open":1, "status":1, "base_profit_level_name":"v5" }, { "is_withdraw_open":1, "level_img":"", "is_profit_open":1, "active_list":[ { "sort":1, "title":"测试", "in_date_active_amount":0 }, { "sort":2, "title":"测试2", "in_date_active_amount":4 } ], "level_detail_img":"", "is_recommand_open":1, "recommand_third_amount":0, "sort":3, "given_pos_num":0, "oem_id":"b4a70320ad624d10b3640ab593ff2772", "level_name":"代理商", "online_pay_flag":0, "base_profit_level_id":"5e3f033b327a41838b0012b8804ea949", "is_can_buy":0, "price":0.2, "recommand_first_amount":60, "inrect_recommanded_amount":0, "recommand_second_amount":15, "id":"f624a08c75ca4e8496515d08b94418e3", "level_desc":"尊享代理商专属特权", "inrect_recommanded_num":0, "is_active_open":1, "status":1, "base_profit_level_name":"v7" }, { "is_withdraw_open":1, "level_img":"", "is_profit_open":1, "active_list":[ { "sort":1, "title":"测试", "in_date_active_amount":0 }, { "sort":2, "title":"测试2", "in_date_active_amount":5 } ], "level_detail_img":"", "is_recommand_open":1, "recommand_third_amount":0, "sort":4, "given_pos_num":0, "oem_id":"b4a70320ad624d10b3640ab593ff2772", "level_name":"合伙人", "online_pay_flag":0, "base_profit_level_id":"9acb80d0e50e48e9b40ca294a3049ad2", "is_can_buy":0, "price":0.3, "recommand_first_amount":70, "inrect_recommanded_amount":0, "recommand_second_amount":20, "id":"8faf4bb3b5f340ba9ce39ac20a2b64a3", "level_desc":"尊享合伙人专属特权", "inrect_recommanded_num":0, "is_active_open":1, "status":1, "base_profit_level_name":"v9" } ], "user_info":{ "user_balance":"119.2", "user_level_sort":"0", "user_wealth_value":"0" } } } ```