This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
基本设置-网站信息
master
huangjiajun
1 week ago
parent
451dc65ccd
commit
be7960f042
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/hdl/website/hdl_website.go
+1
-1
docs/docs.go
+1
-1
docs/swagger.json
+1
-1
docs/swagger.yaml
+ 1
- 1
app/hdl/website/hdl_website.go
View File
@@ -36,7 +36,7 @@ func WebsiteInfo(c *gin.Context) {
// GetModuleSetting
// @Summary 页面样式
// @Tags
页面样式
// @Tags
官网
// @Description 页面样式
// @Accept json
// @Produce json
+ 1
- 1
docs/docs.go
View File
@@ -7523,7 +7523,7 @@ const docTemplate = `{
"application/json"
],
"tags": [
"
页面样式
"
"
官网
"
],
"summary": "页面样式",
"parameters": [
+ 1
- 1
docs/swagger.json
View File
@@ -7515,7 +7515,7 @@
"application/json"
],
"tags": [
"
页面样式
"
"
官网
"
],
"summary": "页面样式",
"parameters": [
+ 1
- 1
docs/swagger.yaml
View File
@@ -9824,7 +9824,7 @@ paths:
$ref: '#/definitions/md.Response'
summary: 页面样式
tags:
-
页面样式
-
官网
/api/website/info:
get:
consumes:
Write
Preview
Loading…
Cancel
Save