zhou.xiaoning vor 3 Jahren
Ursprung
Commit
f2524b2add
3 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 4 0
      docs/docs.go
  2. 4 0
      docs/swagger.json
  3. 3 0
      docs/swagger.yaml

+ 4 - 0
docs/docs.go

@@ -45228,6 +45228,10 @@ const docTemplate = `{
         "models.WrSiteColumnDetail": {
             "type": "object",
             "properties": {
+                "author": {
+                    "description": "作者",
+                    "type": "string"
+                },
                 "brief": {
                     "description": "简介",
                     "type": "string"

+ 4 - 0
docs/swagger.json

@@ -45219,6 +45219,10 @@
         "models.WrSiteColumnDetail": {
             "type": "object",
             "properties": {
+                "author": {
+                    "description": "作者",
+                    "type": "string"
+                },
                 "brief": {
                     "description": "简介",
                     "type": "string"

+ 3 - 0
docs/swagger.yaml

@@ -20866,6 +20866,9 @@ definitions:
     type: object
   models.WrSiteColumnDetail:
     properties:
+      author:
+        description: 作者
+        type: string
       brief:
         description: 简介
         type: string