Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
EggPlanet
/
egg_app
İzle
3
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
swag
tmp
huangjiajun
4 hafta önce
ebeveyn
e70f8f3ea1
işleme
91b80ddcfc
3 değiştirilmiş dosya
ile
48 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+18
-0
docs/docs.go
+18
-0
docs/swagger.json
+12
-0
docs/swagger.yaml
+ 18
- 0
docs/docs.go
Dosyayı Görüntüle
@@ -4378,6 +4378,9 @@ const docTemplate = `{
"type": "string",
"example": "隐私协议链接"
},
"seo": {
"$ref": "#/definitions/md.Seo"
},
"title": {
"type": "string",
"example": "软件使用协议标题"
@@ -5607,6 +5610,21 @@ const docTemplate = `{
}
}
},
"md.Seo": {
"type": "object",
"properties": {
"seo_logo": {
"type": "string"
},
"seo_title": {
"type": "string",
"example": "seo"
},
"web_logo": {
"type": "string"
}
}
},
"md.SeqType": {
"type": "object",
"properties": {
+ 18
- 0
docs/swagger.json
Dosyayı Görüntüle
@@ -4371,6 +4371,9 @@
"type": "string",
"example": "隐私协议链接"
},
"seo": {
"$ref": "#/definitions/md.Seo"
},
"title": {
"type": "string",
"example": "软件使用协议标题"
@@ -5600,6 +5603,21 @@
}
}
},
"md.Seo": {
"type": "object",
"properties": {
"seo_logo": {
"type": "string"
},
"seo_title": {
"type": "string",
"example": "seo"
},
"web_logo": {
"type": "string"
}
}
},
"md.SeqType": {
"type": "object",
"properties": {
+ 12
- 0
docs/swagger.yaml
Dosyayı Görüntüle
@@ -416,6 +416,8 @@ definitions:
privacy_url:
example: 隐私协议链接
type: string
seo:
$ref: '#/definitions/md.Seo'
title:
example: 软件使用协议标题
type: string
@@ -1271,6 +1273,16 @@ definitions:
description: 红包ID
type: integer
type: object
md.Seo:
properties:
seo_logo:
type: string
seo_title:
example: seo
type: string
web_logo:
type: string
type: object
md.SeqType:
properties:
seq:
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet