|
|
@@ -4881,7 +4881,7 @@ var doc = `{
|
|
|
"ApiKeyAuth": []
|
|
|
}
|
|
|
],
|
|
|
- "description": "原型页面:\n1.商品信息-\u003e商品参数修改流水-\u003e 增值税税率 | 折算系数 | 成本权重\n2.风管审核-\u003e套保比例审核 | 折算系数审核 | 增值税税率审核 | 成本权重审核",
|
|
|
+ "description": "原型页面:\n1.商品信息-\u003e商品参数修改流水-\u003e 增值税税率 | 折算系数 | 成本权重; 流水页面查申请状态为“审核通过”的记录\n2.风管审核-\u003e套保比例审核 | 折算系数审核 | 增值税税率审核 | 成本权重审核",
|
|
|
"produces": [
|
|
|
"application/json"
|
|
|
],
|
|
|
@@ -13679,6 +13679,53 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/WrTrade2/QueryWrUserReceiptInfo": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "仓单贸易v2"
|
|
|
+ ],
|
|
|
+ "summary": "查询发票信息",
|
|
|
+ "parameters": [
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "用户id",
|
|
|
+ "name": "userid",
|
|
|
+ "in": "query"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "发票类型 - 1:个人 2:企业",
|
|
|
+ "name": "receipttype",
|
|
|
+ "in": "query"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/models.WrUserReceiptInfo"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/ZJ/GetBankTip": {
|
|
|
"get": {
|
|
|
"produces": [
|
|
|
@@ -36071,6 +36118,55 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.WrUserReceiptInfo": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "address": {
|
|
|
+ "description": "地址[发票类型:企业]",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "autoid": {
|
|
|
+ "description": "AutoID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "contactinfo": {
|
|
|
+ "description": "联系方式",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "idnum": {
|
|
|
+ "description": "身份证号码[发票类型:个人]",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "isdefault": {
|
|
|
+ "description": "是否默认地址 - 0:否 1:是",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "receiptaccount": {
|
|
|
+ "description": "发票帐号[发票类型:企业]",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "receiptbank": {
|
|
|
+ "description": "发票开户行[发票类型:企业]",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "receipttype": {
|
|
|
+ "description": "发票类型 - 1:个人 2:企业",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "taxpayerid": {
|
|
|
+ "description": "纳税人识别号",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "username": {
|
|
|
+ "description": "户名(个人姓名或企业名称)",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.XHBRAND": {
|
|
|
"type": "object",
|
|
|
"properties": {
|