Преглед изворни кода

【Go 查询】 QueryNotice接口,标题、内容添加多语言字段

deng.yinping пре 5 месеци
родитељ
комит
58093e51cf
4 измењених фајлова са 0 додато и 48 уклоњено
  1. 0 16
      docs/docs.go
  2. 0 16
      docs/swagger.json
  3. 0 12
      docs/swagger.yaml
  4. 0 4
      models/common.go

+ 0 - 16
docs/docs.go

@@ -53079,22 +53079,6 @@ const docTemplate = `{
                     "description": "标题",
                     "type": "string"
                 },
-                "titleen": {
-                    "description": "标题(英文)",
-                    "type": "string"
-                },
-                "titleth": {
-                    "description": "标题(泰文)",
-                    "type": "string"
-                },
-                "titletw": {
-                    "description": "标题(繁体)",
-                    "type": "string"
-                },
-                "titlevi": {
-                    "description": "标题(越南语)",
-                    "type": "string"
-                },
                 "updatedate": {
                     "description": "修改时间",
                     "type": "string"

+ 0 - 16
docs/swagger.json

@@ -53070,22 +53070,6 @@
                     "description": "标题",
                     "type": "string"
                 },
-                "titleen": {
-                    "description": "标题(英文)",
-                    "type": "string"
-                },
-                "titleth": {
-                    "description": "标题(泰文)",
-                    "type": "string"
-                },
-                "titletw": {
-                    "description": "标题(繁体)",
-                    "type": "string"
-                },
-                "titlevi": {
-                    "description": "标题(越南语)",
-                    "type": "string"
-                },
                 "updatedate": {
                     "description": "修改时间",
                     "type": "string"

+ 0 - 12
docs/swagger.yaml

@@ -21431,18 +21431,6 @@ definitions:
       title:
         description: 标题
         type: string
-      titleen:
-        description: 标题(英文)
-        type: string
-      titleth:
-        description: 标题(泰文)
-        type: string
-      titletw:
-        description: 标题(繁体)
-        type: string
-      titlevi:
-        description: 标题(越南语)
-        type: string
       updatedate:
         description: 修改时间
         type: string

+ 0 - 4
models/common.go

@@ -1295,10 +1295,6 @@ type QueryNewTitlesRsp struct {
 	UPDATEDATE  time.Time `json:"updatedate" xorm:"UPDATEDATE"`   // 修改时间
 	MODIFIERID  int64     `json:"modifierid" xorm:"MODIFIERID"`   // 操作人
 	ISSHOW      int32     `json:"isshow" xorm:"ISSHOW"`           // 是否展示 - 0:不展示 1:展示
-	TITLEEN     string    `json:"titleen" xorm:"TITLEEN"`         // 标题(英文)
-	TITLETW     string    `json:"titletw" xorm:"TITLETW"`         // 标题(繁体)
-	TITLETH     string    `json:"titleth" xorm:"TITLETH"`         // 标题(泰文)
-	TITLEVI     string    `json:"titlevi" xorm:"TITLEVI"`         // 标题(越南语)
 }
 
 // GetNewTitles 取资讯标题列表