文档
测试

可用 已消耗 已过期切换

POST
http://kxk.phtess.com/app/score/scoreSpeedList

接口描述

score_speed_list 跟之前首页的score_speed_list一样

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:3515ae3f7eb243648910b6716fa36281
必填
status
int
状态:0可用 1已消耗 2已过期 示例:0
必填
sign
string
示例:777dcdc7d89274773e306eebf8eebc13
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
score_speed_list
array
数据列表
必填
score_num
int
示例:1
必填
status_desc
string
示例:可用
必填
effective_date
string
示例:2022.01.19-2022.02.28
必填
pos_title
string
示例:
必填
img_is_gray
int
示例:0
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "score_speed_list": [ { "score_num": 1, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 2, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 3, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 4, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 5, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 6, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 }, { "score_num": 7, "status_desc": "可用", "effective_date": "2022.01.19-2022.02.28", "pos_title": "", "img_is_gray": 0 } ] } }