[TOC]
简要描述
请求URL
https://wbhtest.hrtn.net/digit/agent/deposit/prv-deposit/getDepositList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
mctName |
否 |
string |
代理商名称 |
channelType |
否 |
int |
代理商渠道类型 (0实体 1线上) |
channelScenario |
否 |
int |
代理商经营场景 (0合作 1代理网点) |
agentCode |
否 |
string |
代理商编码 |
depositType |
否 |
long |
押金账户类型 押金账户类型 1:业务押金账户 2:其他押金账户 对应值参见字典表:DepositAcountType |
enable |
否 |
long |
账户状态 0已停用 1已启用 |
scenarioAdrress |
否 |
string |
注册地址 |
current |
是 |
long |
当前页码 |
pageSize |
是 |
long |
每页数据量 |
返回示例
{
"success": true,
"retCode": "0",
"retMsg": "成功",
"retData": [
{
"id": 1,
"depositCode": "2",
"agentCode": "dcefddb40a7a444a8d523f9437e9278d",
"depositType": 1,
"enable": 0,
"depositBalance": null,
"createTime": null,
"updateTime": null,
"mctName": "建1",
"agent": "01",
"creditCodes": "1234567891",
"channelType": 0,
"channelScenario": 3,
"headName": "张三",
"headPhone": "121221321",
"businessUrl": "湖北武汉楚河汉街1"
}
],
"current": 1,
"size": 10,
"total": 1,
"pages": 1
}
返回参数说明
参数名 |
类型 |
说明 |
id |
long |
押金账户id,页面隐藏该字段 |
agentCode |
string |
代理商编码 |
mctName |
string |
代理商名称 |
marginType |
long |
押金账户类型 押金账户类型 1:业务押金账户 2:其他押金账户 对应值参见字典表:DepositAcountType |
depositBalance |
BigDecimal |
押金余额 |
enable |
long |
账户状态 0已停用 1已启用 |