Explorar el Código

基本设置-网站信息

master
huangjiajun hace 1 semana
padre
commit
be7960f042
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. +1
    -1
      app/hdl/website/hdl_website.go
  2. +1
    -1
      docs/docs.go
  3. +1
    -1
      docs/swagger.json
  4. +1
    -1
      docs/swagger.yaml

+ 1
- 1
app/hdl/website/hdl_website.go Ver fichero

@@ -36,7 +36,7 @@ func WebsiteInfo(c *gin.Context) {

// GetModuleSetting
// @Summary 页面样式
// @Tags 页面样式
// @Tags 官网
// @Description 页面样式
// @Accept json
// @Produce json


+ 1
- 1
docs/docs.go Ver fichero

@@ -7523,7 +7523,7 @@ const docTemplate = `{
"application/json"
],
"tags": [
"页面样式"
"官网"
],
"summary": "页面样式",
"parameters": [


+ 1
- 1
docs/swagger.json Ver fichero

@@ -7515,7 +7515,7 @@
"application/json"
],
"tags": [
"页面样式"
"官网"
],
"summary": "页面样式",
"parameters": [


+ 1
- 1
docs/swagger.yaml Ver fichero

@@ -9824,7 +9824,7 @@ paths:
$ref: '#/definitions/md.Response'
summary: 页面样式
tags:
- 页面样式
- 官网
/api/website/info:
get:
consumes:


Cargando…
Cancelar
Guardar