zhou.xiaoning před 3 roky
rodič
revize
e7c8688496
3 změnil soubory, kde provedl 11 přidání a 11 odebrání
  1. 4 4
      docs/docs.go
  2. 4 4
      docs/swagger.json
  3. 3 3
      docs/swagger.yaml

+ 4 - 4
docs/docs.go

@@ -18559,10 +18559,6 @@ var doc = `{
         "ermcp.RealtimeExposurePositionRsp": {
             "type": "object",
             "properties": {
-                "accountid": {
-                    "description": "资金账号(只有外部账号才有值, 内部账号是根据userid汇总的)",
-                    "type": "integer"
-                },
                 "agreeunit": {
                     "description": "合约单位",
                     "type": "string"
@@ -30569,6 +30565,10 @@ var doc = `{
                     "description": "项目可关联手数 = 成交手数 - 关联数量",
                     "type": "number"
                 },
+                "enumdicname": {
+                    "description": "单位",
+                    "type": "string"
+                },
                 "goodscode": {
                     "description": "合约代码",
                     "type": "string"

+ 4 - 4
docs/swagger.json

@@ -18543,10 +18543,6 @@
         "ermcp.RealtimeExposurePositionRsp": {
             "type": "object",
             "properties": {
-                "accountid": {
-                    "description": "资金账号(只有外部账号才有值, 内部账号是根据userid汇总的)",
-                    "type": "integer"
-                },
                 "agreeunit": {
                     "description": "合约单位",
                     "type": "string"
@@ -30553,6 +30549,10 @@
                     "description": "项目可关联手数 = 成交手数 - 关联数量",
                     "type": "number"
                 },
+                "enumdicname": {
+                    "description": "单位",
+                    "type": "string"
+                },
                 "goodscode": {
                     "description": "合约代码",
                     "type": "string"

+ 3 - 3
docs/swagger.yaml

@@ -2181,9 +2181,6 @@ definitions:
     type: object
   ermcp.RealtimeExposurePositionRsp:
     properties:
-      accountid:
-        description: 资金账号(只有外部账号才有值, 内部账号是根据userid汇总的)
-        type: integer
       agreeunit:
         description: 合约单位
         type: string
@@ -11137,6 +11134,9 @@ definitions:
       enableqty:
         description: 项目可关联手数 = 成交手数 - 关联数量
         type: number
+      enumdicname:
+        description: 单位
+        type: string
       goodscode:
         description: 合约代码
         type: string