zou.yingbin 4 anos atrás
pai
commit
3d984d2cc7
3 arquivos alterados com 0 adições e 187 exclusões
  1. 0 71
      docs/docs.go
  2. 0 71
      docs/swagger.json
  3. 0 45
      docs/swagger.yaml

+ 0 - 71
docs/docs.go

@@ -7734,77 +7734,6 @@ var doc = `{
                 }
             }
         },
-        "/Order/QueryTradePosition2": {
-            "get": {
-                "security": [
-                    {
-                        "ApiKeyAuth": []
-                    }
-                ],
-                "produces": [
-                    "application/json"
-                ],
-                "tags": [
-                    "通用单据"
-                ],
-                "summary": "查询持仓汇总2",
-                "parameters": [
-                    {
-                        "type": "integer",
-                        "description": "用户id",
-                        "name": "userid",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "资金账号, 格式 1,2,3",
-                        "name": "accids",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "交易模式, 格式 1,2,3",
-                        "name": "trademodes",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "市场id, 格式 1,2,3",
-                        "name": "marketids",
-                        "in": "query"
-                    },
-                    {
-                        "type": "integer",
-                        "description": "商品id",
-                        "name": "goodsid",
-                        "in": "query"
-                    },
-                    {
-                        "type": "integer",
-                        "description": "买卖方向 0-买 1-卖",
-                        "name": "buyorsell",
-                        "in": "query"
-                    }
-                ],
-                "responses": {
-                    "200": {
-                        "description": "OK",
-                        "schema": {
-                            "type": "array",
-                            "items": {
-                                "$ref": "#/definitions/models.TradeHolderDetail"
-                            }
-                        }
-                    },
-                    "500": {
-                        "description": "Internal Server Error",
-                        "schema": {
-                            "$ref": "#/definitions/app.Response"
-                        }
-                    }
-                }
-            }
-        },
         "/Qhj/QueryAccountInOutApply": {
             "get": {
                 "security": [

+ 0 - 71
docs/swagger.json

@@ -7718,77 +7718,6 @@
                 }
             }
         },
-        "/Order/QueryTradePosition2": {
-            "get": {
-                "security": [
-                    {
-                        "ApiKeyAuth": []
-                    }
-                ],
-                "produces": [
-                    "application/json"
-                ],
-                "tags": [
-                    "通用单据"
-                ],
-                "summary": "查询持仓汇总2",
-                "parameters": [
-                    {
-                        "type": "integer",
-                        "description": "用户id",
-                        "name": "userid",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "资金账号, 格式 1,2,3",
-                        "name": "accids",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "交易模式, 格式 1,2,3",
-                        "name": "trademodes",
-                        "in": "query"
-                    },
-                    {
-                        "type": "string",
-                        "description": "市场id, 格式 1,2,3",
-                        "name": "marketids",
-                        "in": "query"
-                    },
-                    {
-                        "type": "integer",
-                        "description": "商品id",
-                        "name": "goodsid",
-                        "in": "query"
-                    },
-                    {
-                        "type": "integer",
-                        "description": "买卖方向 0-买 1-卖",
-                        "name": "buyorsell",
-                        "in": "query"
-                    }
-                ],
-                "responses": {
-                    "200": {
-                        "description": "OK",
-                        "schema": {
-                            "type": "array",
-                            "items": {
-                                "$ref": "#/definitions/models.TradeHolderDetail"
-                            }
-                        }
-                    },
-                    "500": {
-                        "description": "Internal Server Error",
-                        "schema": {
-                            "$ref": "#/definitions/app.Response"
-                        }
-                    }
-                }
-            }
-        },
         "/Qhj/QueryAccountInOutApply": {
             "get": {
                 "security": [

+ 0 - 45
docs/swagger.yaml

@@ -23412,51 +23412,6 @@ paths:
       summary: 持仓汇总查询(合约市场)
       tags:
       - 通用单据
-  /Order/QueryTradePosition2:
-    get:
-      parameters:
-      - description: 用户id
-        in: query
-        name: userid
-        type: integer
-      - description: 资金账号, 格式 1,2,3
-        in: query
-        name: accids
-        type: string
-      - description: 交易模式, 格式 1,2,3
-        in: query
-        name: trademodes
-        type: string
-      - description: 市场id, 格式 1,2,3
-        in: query
-        name: marketids
-        type: string
-      - description: 商品id
-        in: query
-        name: goodsid
-        type: integer
-      - description: 买卖方向 0-买 1-卖
-        in: query
-        name: buyorsell
-        type: integer
-      produces:
-      - application/json
-      responses:
-        "200":
-          description: OK
-          schema:
-            items:
-              $ref: '#/definitions/models.TradeHolderDetail'
-            type: array
-        "500":
-          description: Internal Server Error
-          schema:
-            $ref: '#/definitions/app.Response'
-      security:
-      - ApiKeyAuth: []
-      summary: 查询持仓汇总2
-      tags:
-      - 通用单据
   /Qhj/QueryAccountInOutApply:
     get:
       parameters: