文档
测试

自定义/应急还款-初始化

POST
http://localhost:8080/app/repay/addPlan/custom

接口描述

自定义/应急还款接口跟余额还款的请求参数一样 返回数据也一样 在最外层新增:bill_date:账单日(2023-02-24这种) repay_date:还款日(2023-03-15这种)

请求参数

参数名
类型
描述
必填
user_id
string
示例:3c09c407167048f5b42f5e183c9fe833
必填
card_id
string
示例:0c55f51d07bb4e36bcabea41f6d134d1
必填
sign
string
示例:3a8c86329bc53df610c5ffede1cfb6f9
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
repay_date
string
示例:2023-02-15
必填
banner_list
array
数据列表
必填
h5_url
string
示例:https://hnsd-cloud.oss-accelerate.aliyuncs.com/1669041328053.mp4
必填
is_video
int
示例:1
必填
img_path
string
示例:https://hnsd-cloud.oss-accelerate.aliyuncs.com/1669041318570.png
必填
model_method
string
示例:
必填
id
string
示例:8f1e8474d96d47cfbc3c4a28c504093a
必填
sort
int
示例:1
必填
type
int
示例:1000
必填
is_can_link
int
示例:1
必填
oem_id
string
示例:300ab330835844d58a8bccfc1c8b0800
必填
is_h5
int
示例:1
必填
bill_date
string
示例:2023-02-01
必填
kf_url
string
示例:https://live.easyliao.com/live/chat.do?c=28492&g=59272&config=89941
必填
card_info
object
数据字典
必填
repay_date
int
示例:15
必填
bill_date
int
示例:1
必填
bill_amount_str
string
示例:信用卡当期账单金额
必填
plan_type_str
string
示例:生成还款计划的模式
必填
bank_background_img
string
示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1658998312609.png
必填
id
string
示例:0c55f51d07bb4e36bcabea41f6d134d1
必填
bank_logo
string
示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1658998309945.png
必填
card_bank_name
string
示例:广发银行(尾号9634)
必填
card_amount_str
string
示例:信用卡剩余可用额度
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "repay_date": "2023-02-15", "banner_list": [ { "h5_url": "https://hnsd-cloud.oss-accelerate.aliyuncs.com/1669041328053.mp4", "is_video": 1, "img_path": "https://hnsd-cloud.oss-accelerate.aliyuncs.com/1669041318570.png", "model_method": "", "id": "8f1e8474d96d47cfbc3c4a28c504093a", "sort": 1, "type": 1000, "is_can_link": 1, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "is_h5": 1 }, { "h5_url": "http://www.baidu.com", "is_video": 0, "img_path": "https://hnsd-cloud.oss-accelerate.aliyuncs.com/1669041340975.png", "model_method": "", "id": "6e3925b543c1423ba73335f4c5429203", "sort": 2, "type": 1000, "is_can_link": 1, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "is_h5": 1 } ], "bill_date": "2023-02-01", "kf_url": "https://live.easyliao.com/live/chat.do?c=28492&g=59272&config=89941", "card_info": { "repay_date": 15, "bill_date": 1, "bill_amount_str": "信用卡当期账单金额", "plan_type_str": "生成还款计划的模式", "bank_background_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1658998312609.png", "id": "0c55f51d07bb4e36bcabea41f6d134d1", "bank_logo": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1658998309945.png", "card_bank_name": "广发银行(尾号9634)", "card_amount_str": "信用卡剩余可用额度" } } }