|
@@ -753,6 +753,39 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "/Bank/GetCusBankInfos": {
|
|
|
|
|
+ "get": {
|
|
|
|
|
+ "security": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "ApiKeyAuth": []
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "produces": [
|
|
|
|
|
+ "application/json"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "tags": [
|
|
|
|
|
+ "银行"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "summary": "获取托管银行信息列表",
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "OK",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "$ref": "#/definitions/models.Bankcusbankinfo"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "500": {
|
|
|
|
|
+ "description": "Internal Server Error",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"/Bank/QueryBankBranChnumInfo": {
|
|
"/Bank/QueryBankBranChnumInfo": {
|
|
|
"get": {
|
|
"get": {
|
|
|
"security": [
|
|
"security": [
|
|
@@ -29937,6 +29970,103 @@ const docTemplate = `{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "models.Bankcusbankinfo": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "canallot": {
|
|
|
|
|
+ "description": "是否支持跨行调拨 - 0:不支持 1:支持",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canallotquery": {
|
|
|
|
|
+ "description": "是否支持跨行调拨查询 - 0:不支持 1:支持",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canbindcard": {
|
|
|
|
|
+ "description": "是否可绑卡与解卡 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "caninamount": {
|
|
|
|
|
+ "description": "是否可入金 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "caninamount2": {
|
|
|
|
|
+ "description": "是否可入金(网银端) - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canmodifybankcard": {
|
|
|
|
|
+ "description": "是否可修改银行卡号 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canmodifyphone": {
|
|
|
|
|
+ "description": "是否可修改手机号 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canmodifysigninfo": {
|
|
|
|
|
+ "description": "是否可修改签约信息 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canoutamount": {
|
|
|
|
|
+ "description": "是否可出金 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canoutamount2": {
|
|
|
|
|
+ "description": "是否可出金(网银端) - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canrelease": {
|
|
|
|
|
+ "description": "是否可解约 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "canrelease2": {
|
|
|
|
|
+ "description": "是否可解约(网银端) - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cansign": {
|
|
|
|
|
+ "description": "是否可签约 - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cansign2": {
|
|
|
|
|
+ "description": "是否可签约(网银端) - 0:不可 1:可以",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "currency": {
|
|
|
|
|
+ "description": "币种",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cusbankid": {
|
|
|
|
|
+ "description": "托管银行编号(对应清算中心TRAN_NO)",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cusbankname": {
|
|
|
|
|
+ "description": "银行业务名称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "cusbankshortname": {
|
|
|
|
|
+ "description": "银行业务简称",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "exchbankid": {
|
|
|
|
|
+ "description": "交易所开户银行ID",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "exchpaybankaccname": {
|
|
|
|
|
+ "description": "交易所支出结算账户户名",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "exchpaybankaccno": {
|
|
|
|
|
+ "description": "交易所支出结算账户",
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "isneedcheck": {
|
|
|
|
|
+ "description": "是否需要对账 - 0:需要 1:不需要 [不需要界面配置]",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "isneedclear": {
|
|
|
|
|
+ "description": "是否需要清算 - 0:不需要 1:需要",
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"models.Bscinoutorder": {
|
|
"models.Bscinoutorder": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"required": [
|
|
"required": [
|