文档
测试

信用卡积分-兑换商品列表

POST
http://localhost:8080/app/loan/score/exchangeGood

请求参数

参数名
类型
描述
必填
user_id
string
示例:41840909af844632885424fbc20cae79
必填
channel_name
string
示例:民生银行
必填
sign
string
示例:8bdaf4b9f34659a82ef18d363ca10fbc
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
channel_name
string
示例:民生银行
必填
score_operation_img
string
示例:
必填
channel_list
array
数据列表
必填
base_score
int
示例:114300
必填
channel_subtitle
string
示例:民生-喜来登腰带
必填
audit_cycle
string
示例:5工作日
必填
current_level_name
string
示例:V1
必填
id
string
示例:04d26f9800714cf59d53eb1a64185beb
必填
score_query_type
string
示例:民生客户编辑短信“CXJF#账号后四位”发送至95568;信用卡客户还可编辑短信“JF****(本人卡号后四位)”,发送至106902895568,可查询持卡人名下通用积分;
必填
score_kf_url
string
示例:
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "channel_name": "民生银行", "score_operation_img": "", "channel_list": [ { "base_score": 114300, "channel_subtitle": "民生-喜来登腰带", "audit_cycle": "5工作日", "current_level_name": "V1", "id": "04d26f9800714cf59d53eb1a64185beb" }, { "base_score": 20000, "channel_subtitle": "视频劵-H", "audit_cycle": "3工作日", "current_level_name": "V1", "id": "1ca7e32ba0054b09bf20040f535e5ee9" } ], "score_query_type": "民生客户编辑短信“CXJF#账号后四位”发送至95568;信用卡客户还可编辑短信“JF****(本人卡号后四位)”,发送至106902895568,可查询持卡人名下通用积分;", "score_kf_url": "" } }