文档
测试

积分主页

POST
http://localhost:8080/app/score/index

接口描述

请求接口跟之前一样 加速包的切换 新增了一个接口

请求参数

参数名
类型
描述
必填
user_id
string
用户id  示例:41840909af844632885424fbc20cae79
必填
sign
string
签名 示例:f27aee873cb30637648995bcaae3d264
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
user_score
int
可用积分 示例:0
必填
score_speed_num
int
几倍积分生效 示例:2
必填
notice_list
array
滚动通知列表
必填
score_speed_list
array
积分加速包列表
必填
score_num
int
加速倍数 示例:2
必填
status_desc
string
状态描述 示例:可用
必填
effective_date
string
有效期 示例:2022.01.12-2022.01.29
必填
pos_title
string
产品标题 示例:拉卡拉大pos
必填
img_is_gray
int
图片是否灰度化 0:否 1:是
必填
score_gift_list
array
积分礼包列表
必填
actual_deal_amount
int
实际交易金额 示例:0
必填
total_deal_amount
int
累计交易金额 示例:500
必填
pos_title
string
产品标题 示例:拉卡拉大pos
必填
percent
string
达标百分比 示例:0
必填
desc
string
描述 示例:在01月29日前累计交易500.0万,奖励5000积分
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "user_score": 0, "score_speed_list": [ { "score_num": 2, "status_desc": "可用", "effective_date": "2022.01.12-2022.01.29", "pos_title": "拉卡拉大pos", "img_is_gray": 0 }, { "score_num": 4, "status_desc": "可用", "effective_date": "2022.01.12-2022.01.29", "pos_title": "拉卡拉大pos", "img_is_gray": 0 } ], "score_speed_num": 2, "score_gift_list": [ { "actual_deal_amount": 0, "total_deal_amount": 500, "pos_title": "拉卡拉大pos", "percent": "0", "desc": "在01月29日前累计交易500.0万,奖励5000积分" } ], "notice_list": [ "您有一笔刷卡交易2000元-200积分奖励已到账", "您有一笔刷卡交易1000元-100积分奖励已到账" ] } }