模拟仿真银行参数查询(bankarg_qry) 在线调试
获取银行参数信息
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/secu/v1/bankarg_qry |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|
正确返回示例
{
""data"": [
{
""check_password_bk_str"": """",
""branch_no"": 8888,
""bank_name"": ""内部"",
""bank_no"": ""0"",
""check_password_bk"": """"
},
{
""check_password_bk_str"": """",
""branch_no"": 1000,
""bank_name"": ""工行"",
""bank_no"": ""1"",
""check_password_bk"": """"
},
{
""check_password_bk_str"": """",
""branch_no"": 22,
""bank_name"": ""农行"",
""bank_no"": ""2"",
""check_password_bk"": """"
},
{
""check_password_bk_str"": """",
""branch_no"": 1000,
""bank_name"": ""期权交行"",
""bank_no"": ""9"",
""check_password_bk"": """"
}
]
}
