소스 검색

基本设置-网站信息

master
huangjiajun 1 주 전
부모
커밋
be7960f042
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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 파일 보기

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

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


+ 1
- 1
docs/docs.go 파일 보기

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


+ 1
- 1
docs/swagger.json 파일 보기

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


+ 1
- 1
docs/swagger.yaml 파일 보기

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


불러오는 중...
취소
저장