[TOC]
简要描述
请求URL
https://wbhtest.hrtn.net/digit/agent/manager/prv-agent-info/queryAgentList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
mctName |
否 |
string |
代理商主体名称 |
creditCodes |
否 |
string |
统一社会信用代码 |
headPhone |
否 |
string |
负责人手机号 |
返回示例
{
"success": true,
"retCode": "0",
"retMsg": "成功",
"retData": [
{
"id": 3,
"agentCode": "dcefddb40a7a444a8d523f9437e9278d",
"agent": "01",
"businessLicense": "http://baidu.com",
"creditCodes": "1234567891",
"mctName": "建1",
"businessName": "hello",
"businessUrl": "湖北武汉楚河汉街1",
"businessIdcardPositive": "",
"businessIdcardReverse": "",
"idcardName": "哈哈哈",
"idcardCode": "12312321",
"idcardAgingType": 1,
"idcardEffect": "2022-01-02",
"idcardFailure": "2032-01-02",
"channelType": 0,
"channelScenario": 3,
"channelMode": 3,
"scenarioIf": 0,
"scenarioAdrress": "湖北武汉楚河汉街",
"scenarioPositive": "",
"scenarioInternal": "",
"scenarioArea": "999",
"collectionCharges": 1,
"childAccount": "1,2",
"accountType": 1,
"accountName": "建建",
"accountBank": "巴拉巴拉银行",
"accountAdress": "不知道",
"accountCode": "12321321",
"headType": null,
"headName": "张三",
"headIdcardPositive": "",
"headIdcardReverse": "",
"headPhone": "121221321",
"headMail": "123@11.com",
"otherDesc": "不知道啊啊啊啊啊啊",
"otherMaterial": "12321321",
"status": 0,
"createTime": "2022-07-20 14:18:27",
"updateTime": "2022-07-20 17:37:08"
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
agentCode |
string |
代理商编码-隐藏 |
mctName |
string |
代理商主体名称 |
creditCodes |
string |
统一社会信用代码 |
headPhone |
string |
负责人手机号 |
备注