浏览代码

更新swag

zou.yingbin 4 年之前
父节点
当前提交
9b12096574
共有 3 个文件被更改,包括 14 次插入3 次删除
  1. 5 1
      docs/docs.go
  2. 5 1
      docs/swagger.json
  3. 4 1
      docs/swagger.yaml

+ 5 - 1
docs/docs.go

@@ -22103,7 +22103,7 @@ var doc = `{
                 },
                 "wrqty": {
                     "description": "仓单数量(数量)",
-                    "type": "integer"
+                    "type": "number"
                 }
             }
         },
@@ -22359,6 +22359,10 @@ var doc = `{
                     "description": "法人姓名(企业)",
                     "type": "string"
                 },
+                "logincode": {
+                    "description": "登录账号(代码)",
+                    "type": "string"
+                },
                 "memberuserid": {
                     "description": "所属机构ID(所属会员)",
                     "type": "integer"

+ 5 - 1
docs/swagger.json

@@ -22087,7 +22087,7 @@
                 },
                 "wrqty": {
                     "description": "仓单数量(数量)",
-                    "type": "integer"
+                    "type": "number"
                 }
             }
         },
@@ -22343,6 +22343,10 @@
                     "description": "法人姓名(企业)",
                     "type": "string"
                 },
+                "logincode": {
+                    "description": "登录账号(代码)",
+                    "type": "string"
+                },
                 "memberuserid": {
                     "description": "所属机构ID(所属会员)",
                     "type": "integer"

+ 4 - 1
docs/swagger.yaml

@@ -9587,7 +9587,7 @@ definitions:
         type: string
       wrqty:
         description: 仓单数量(数量)
-        type: integer
+        type: number
     type: object
   models.QhjContractLog:
     properties:
@@ -9776,6 +9776,9 @@ definitions:
       legalpersonname:
         description: 法人姓名(企业)
         type: string
+      logincode:
+        description: 登录账号(代码)
+        type: string
       memberuserid:
         description: 所属机构ID(所属会员)
         type: integer