|
|
@@ -750,7 +750,7 @@ var doc = `{
|
|
|
"200": {
|
|
|
"description": "OK",
|
|
|
"schema": {
|
|
|
- "$ref": "#/definitions/models.Szdz3goodspickup"
|
|
|
+ "$ref": "#/definitions/szdz.QueryGoodsPickupRsp"
|
|
|
}
|
|
|
},
|
|
|
"500": {
|
|
|
@@ -2498,94 +2498,6 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "models.Szdz3goodspickup": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "takeorderid"
|
|
|
- ],
|
|
|
- "properties": {
|
|
|
- "accountid": {
|
|
|
- "description": "账户ID",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "address": {
|
|
|
- "description": "提货人详细地址",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "auditer": {
|
|
|
- "description": "审核人",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "audittime": {
|
|
|
- "description": "审核时间",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "cardnum": {
|
|
|
- "description": "提货人证件号码",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "cardtypeid": {
|
|
|
- "description": "提货人证件类型",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "checkremark": {
|
|
|
- "description": "审核备注",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "goodsid": {
|
|
|
- "description": "商品ID",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "handlestatus": {
|
|
|
- "description": "处理状态",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "marketid": {
|
|
|
- "description": "市场ID",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "phonenum": {
|
|
|
- "description": "提货人联系方式",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "qty": {
|
|
|
- "description": "提货数量",
|
|
|
- "type": "number"
|
|
|
- },
|
|
|
- "recivername": {
|
|
|
- "description": "提货人姓名",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "reqtime": {
|
|
|
- "description": "更新时间",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "takemode": {
|
|
|
- "description": "提货方式 - 2:自提 3:配送",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "takeorderid": {
|
|
|
- "description": "提货单号(905+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "takeorderstatus": {
|
|
|
- "description": "提货状态 - 1:待发货 2:已发货 3:已收货",
|
|
|
- "type": "integer"
|
|
|
- },
|
|
|
- "takeremark": {
|
|
|
- "description": "提货备注",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "tradedate": {
|
|
|
- "description": "交易日(yyyyMMdd)",
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "userid": {
|
|
|
- "description": "用户ID",
|
|
|
- "type": "integer"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"models.Tablecolumnconfig": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -2687,6 +2599,10 @@ var doc = `{
|
|
|
"description": "撤单数量",
|
|
|
"type": "integer"
|
|
|
},
|
|
|
+ "clienttype": {
|
|
|
+ "description": "客户端类型 - 0:保留为未填终端类型 1:PC管理端 2:PC交易端 3:手机客户端_安卓 4:网页客户端 5:微信客户端 6:手机客户端_苹果 7:网上开户客户端 8:无效终端编号 9:报价终端(中江)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
"closefreezecharge": {
|
|
|
"description": "平仓冻结手续费(先建后平操作,需要记录)",
|
|
|
"type": "number"
|
|
|
@@ -2763,6 +2679,10 @@ var doc = `{
|
|
|
"description": "操作类型 - 1:正常下单 2:斩仓 3:转单 4:结算撤单 5:系统卖出(适用于先平后建的卖出) 6:行情源报价 7:(结算)到期强平 8:(结算)协议转让 9:系统对冲单 10:(结算)到期无效 11:交割协议转让 12:交割协议平仓 13:交割成交(所有权) 14:管理端强行平仓 15:管理端协议转让",
|
|
|
"type": "integer"
|
|
|
},
|
|
|
+ "operatorid": {
|
|
|
+ "description": "登录账号(LoginID)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
"orderid": {
|
|
|
"description": "委托单字段",
|
|
|
"type": "integer"
|
|
|
@@ -2775,6 +2695,10 @@ var doc = `{
|
|
|
"description": "委托数量",
|
|
|
"type": "integer"
|
|
|
},
|
|
|
+ "ordersrc": {
|
|
|
+ "description": "委托来源 - 1:客户端 2:管理端 3:风控服务 4:交割服务 5:交易服务 6:交易日结 7:商品强平 8:管理端商品退市强平 9:交易接口 10:交割服务商被动(受托竞价) 11:预埋触发",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
"orderstatus": {
|
|
|
"description": "委托状态 - 1: 委托请求 2:待冻结 3:委托成功 4: 委托失败 5:配对成功 6: 已撤销 7:部分成交 8:已成交 9:部成部撤 10:成交失败 11:已拒绝 12:经过摘牌(先摘后挂专用-先摘后挂已摘过) 13:冻结成功(通道交易专用) 14:通道已撤 15:通道部成部撤 16:成交失败违约(荷兰式竞拍专用)",
|
|
|
"type": "integer"
|
|
|
@@ -2934,6 +2858,102 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "szdz.QueryGoodsPickupRsp": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "takeorderid"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "accountid": {
|
|
|
+ "description": "账户ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "address": {
|
|
|
+ "description": "提货人详细地址",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "auditer": {
|
|
|
+ "description": "审核人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "audittime": {
|
|
|
+ "description": "审核时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "cardnum": {
|
|
|
+ "description": "提货人证件号码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "cardtypeid": {
|
|
|
+ "description": "提货人证件类型",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "checkremark": {
|
|
|
+ "description": "审核备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodscode": {
|
|
|
+ "description": "商品代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsid": {
|
|
|
+ "description": "商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "goodsname": {
|
|
|
+ "description": "商品名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "handlestatus": {
|
|
|
+ "description": "处理状态",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "marketid": {
|
|
|
+ "description": "市场ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "phonenum": {
|
|
|
+ "description": "提货人联系方式",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "qty": {
|
|
|
+ "description": "提货数量",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "recivername": {
|
|
|
+ "description": "提货人姓名",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "reqtime": {
|
|
|
+ "description": "更新时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "takemode": {
|
|
|
+ "description": "提货方式 - 2:自提 3:配送",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "takeorderid": {
|
|
|
+ "description": "提货单号(905+Unix秒时间戳(10位)+xxxxxx)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "takeorderstatus": {
|
|
|
+ "description": "提货状态 - 1:待发货 2:已发货 3:已收货",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "takeremark": {
|
|
|
+ "description": "提货备注",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tradedate": {
|
|
|
+ "description": "交易日(yyyyMMdd)",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"szdz.QueryRecieptOrderRsp": {
|
|
|
"type": "object",
|
|
|
"properties": {
|