文档
测试
GET
/app/index/resources

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
data
object
数据字典
必填
advertisementImg
array
轮播图
必填
selectedProducts
array
精选产品
必填
id
string
示例:2
必填
sort
int
示例:0
必填
successNum
int
示例:0
必填
applyNum
int
示例:0
必填
bankName
string
示例:工商银行
必填
bankCode
string
示例:ICBC
必填
name
string
示例:拉卡拉电签
必填
ascription
int
示例:1
必填
productResources
string
示例:123
必填
label1
string
示例:333
必填
label2
string
示例:333
必填
settlementType
int
示例:2
必填
commission
string
示例:123.00
必填
applyMsg
string
示例:123
必填
interestMsg
string
示例:123
必填
shortIntroduce
string
示例:123
必填
settlementRules
string
示例:213
必填
status
int
示例:1
必填
createTime
string
示例:2020-07-03 10:36:26
必填
updateTime
string
示例:2020-07-03 15:36:45
必填
isDel
int
示例:0
必填
newProducts
array
新增产品
必填
id
int
示例:2
必填
sort
int
示例:0
必填
successNum
object
示例:null
必填
applyNum
object
示例:null
必填
bankName
string
示例:工商银行
必填
bankCode
string
示例:ICBC
必填
name
string
示例:拉卡拉电签
必填
ascription
int
示例:1
必填
productResources
string
示例:123
必填
label1
string
示例:333
必填
label2
string
示例:333
必填
settlementType
int
示例:2
必填
commission
string
示例:123.00
必填
applyMsg
string
示例:123
必填
interestMsg
string
示例:123
必填
shortIntroduce
string
示例:123
必填
settlementRules
string
示例:213
必填
status
int
示例:1
必填
createTime
string
示例:2020-07-03 10:36:26
必填
updateTime
string
示例:2020-07-03 15:36:45
必填
isDel
int
示例:0
必填
hotNews
array
热点资讯
必填
id
int
示例:2
必填
title
string
示例:哈哈哈
必填
author
string
示例:
必填
time
object
示例:null
必填
content
string
示例:问候一下
必填
img
object
示例:null
必填
type
int
示例:3
必填
shareNum
int
示例:0
必填
status
int
示例:1
必填
isDel
int
示例:0
必填
Message
string
响应状态 成功SUCCESS 错误ERROR
必填

说明 / 示例

{ "code": "200", "data": { "advertisementImg": [ "https://new.qq.com/omn/20200710/20200710A0707L00.html", "https://new.qq.com/omn/20200710/20200710A0707L00.html", "https://new.qq.com/omn/20200710/20200710A0707L00.html" ], "selectedProducts": [ { "id": 2, "sort": 0, "successNum": null, "applyNum": null, "bankName": "工商银行", "bankCode": "ICBC", "name": "拉卡拉电签", "ascription": 1, "productResources": "123", "label1": "333", "label2": "333", "settlementType": 2, "commission": "123.00", "applyMsg": "123", "interestMsg": "123", "shortIntroduce": "123", "settlementRules": "213", "status": 1, "createTime": "2020-07-03 10:36:26", "updateTime": "2020-07-03 15:36:45", "isDel": 0 }, { "id": 3, "sort": 0, "successNum": null, "applyNum": null, "bankName": "工商银行", "bankCode": "ICBC", "name": "拉卡拉电签", "ascription": 1, "productResources": "12", "label1": "好产品", "label2": "下卡快", "settlementType": 1, "commission": "99.00", "applyMsg": "奥术大师", "interestMsg": "撒旦撒发送", "shortIntroduce": "很好good", "settlementRules": "爱上飞洒发发", "status": 1, "createTime": "2020-07-03 10:38:48", "updateTime": "2020-07-03 15:36:49", "isDel": 0 } ], "newProducts": [ { "id": 2, "sort": 0, "successNum": null, "applyNum": null, "bankName": "工商银行", "bankCode": "ICBC", "name": "拉卡拉电签", "ascription": 1, "productResources": "123", "label1": "333", "label2": "333", "settlementType": 2, "commission": "123.00", "applyMsg": "123", "interestMsg": "123", "shortIntroduce": "123", "settlementRules": "213", "status": 1, "createTime": "2020-07-03 10:36:26", "updateTime": "2020-07-03 15:36:45", "isDel": 0 }, { "id": 3, "sort": 0, "successNum": null, "applyNum": null, "bankName": "工商银行", "bankCode": "ICBC", "name": "拉卡拉电签", "ascription": 1, "productResources": "12", "label1": "好产品", "label2": "下卡快", "settlementType": 1, "commission": "99.00", "applyMsg": "奥术大师", "interestMsg": "撒旦撒发送", "shortIntroduce": "很好good", "settlementRules": "爱上飞洒发发", "status": 1, "createTime": "2020-07-03 10:38:48", "updateTime": "2020-07-03 15:36:49", "isDel": 0 } ], "hotNews": [ { "id": 2, "title": "哈哈哈", "author": "", "time": null, "content": "问候一下", "img": null, "type": 3, "shareNum": 0, "status": 1, "isDel": 0 } ] }, "Message": "SUCCESS" }