|
|
@@ -23531,9 +23531,9 @@ const docTemplate = `{
|
|
|
"application/json"
|
|
|
],
|
|
|
"tags": [
|
|
|
- "水贝亿爵"
|
|
|
+ "订单系统"
|
|
|
],
|
|
|
- "summary": "获取水贝亿爵游客商品列表",
|
|
|
+ "summary": "获取订单系统游客商品列表",
|
|
|
"parameters": [
|
|
|
{
|
|
|
"type": "string",
|
|
|
@@ -23963,7 +23963,7 @@ const docTemplate = `{
|
|
|
"schema": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
- "$ref": "#/definitions/models.MemberPayInfo"
|
|
|
+ "$ref": "#/definitions/models.UserTradeSetting"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -36949,6 +36949,10 @@ const docTemplate = `{
|
|
|
"description": "交易开始日期",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "marginalgorithm": {
|
|
|
+ "description": "持仓定金方式(49) - 1:比率 2.固定(52)",
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
"marketid": {
|
|
|
"description": "所属市场ID",
|
|
|
"type": "integer"
|
|
|
@@ -37068,6 +37072,10 @@ const docTemplate = `{
|
|
|
"tradeproperty": {
|
|
|
"description": "交易属性 - 1:收益权(可做空) 2:所有权(不可做空) 3:期权 4:现货 5:参考行情 6:通道交易 7:币交易 8:场外期权",
|
|
|
"type": "integer"
|
|
|
+ },
|
|
|
+ "transferdepositratio": {
|
|
|
+ "description": "转让定金比例(49)\\持仓定金(52)",
|
|
|
+ "type": "number"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -58596,6 +58604,30 @@ const docTemplate = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.UserTradeSetting": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "userid"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "closeddays": {
|
|
|
+ "description": "最大持仓天数(3) -1为不限",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "goodsid": {
|
|
|
+ "description": "商品ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "goodstradetype": {
|
|
|
+ "description": "商品交易权限类型(3) - 1:可建可平 2:可建不可平 3:不可建可平 4:不可建不可平",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "userid": {
|
|
|
+ "description": "用户ID",
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.Useraccount": {
|
|
|
"type": "object",
|
|
|
"required": [
|