소스 검색

update

master
shenjiachi 1 주 전
부모
커밋
b03bd8d749
3개의 변경된 파일107개의 추가작업 그리고 10개의 파일을 삭제
  1. +42
    -5
      docs/docs.go
  2. +39
    -3
      docs/swagger.json
  3. +26
    -2
      docs/swagger.yaml

+ 42
- 5
docs/docs.go 파일 보기

@@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.

// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs

import "github.com/swaggo/swag"
@@ -1524,9 +1523,7 @@ const docTemplate = `{
"name": "req",
"in": "body",
"required": true,
"schema": {
"type": "object"
}
"schema": {}
}
],
"responses": {
@@ -4964,6 +4961,44 @@ const docTemplate = `{
}
}
},
"/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
"delete": {
"description": "社区长列表(删除)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"公排管理"
],
"summary": "制度中心-公排管理-社区长列表(删除)",
"parameters": [
{
"type": "string",
"description": "验证参数Bearer和token空格拼接",
"name": "Authorization",
"in": "header",
"required": true
}
],
"responses": {
"200": {
"description": "删除数据数量",
"schema": {
"type": "int"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
"post": {
"description": "社区长列表(查询)",
@@ -16574,6 +16609,8 @@ var SwaggerInfo = &swag.Spec{
Description: "管理后台接口文档",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
RightDelim: "}}",
}

func init() {


+ 39
- 3
docs/swagger.json 파일 보기

@@ -1516,9 +1516,7 @@
"name": "req",
"in": "body",
"required": true,
"schema": {
"type": "object"
}
"schema": {}
}
],
"responses": {
@@ -4956,6 +4954,44 @@
}
}
},
"/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
"delete": {
"description": "社区长列表(删除)",
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"公排管理"
],
"summary": "制度中心-公排管理-社区长列表(删除)",
"parameters": [
{
"type": "string",
"description": "验证参数Bearer和token空格拼接",
"name": "Authorization",
"in": "header",
"required": true
}
],
"responses": {
"200": {
"description": "删除数据数量",
"schema": {
"type": "int"
}
},
"400": {
"description": "具体错误",
"schema": {
"$ref": "#/definitions/md.Response"
}
}
}
}
},
"/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
"post": {
"description": "社区长列表(查询)",


+ 26
- 2
docs/swagger.yaml 파일 보기

@@ -6276,8 +6276,7 @@ paths:
in: body
name: req
required: true
schema:
type: object
schema: {}
produces:
- application/json
responses:
@@ -8548,6 +8547,31 @@ paths:
summary: 制度中心-公排管理-社区长列表(新增)
tags:
- 公排管理
/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}:
delete:
consumes:
- application/json
description: 社区长列表(删除)
parameters:
- description: 验证参数Bearer和token空格拼接
in: header
name: Authorization
required: true
type: string
produces:
- application/json
responses:
"200":
description: 删除数据数量
schema:
type: int
"400":
description: 具体错误
schema:
$ref: '#/definitions/md.Response'
summary: 制度中心-公排管理-社区长列表(删除)
tags:
- 公排管理
/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList:
post:
consumes:


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