dengbiao 1 mese fa
parent
commit
74f7d86f2f
3 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. +3
    -3
      docs/docs.go
  2. +3
    -3
      docs/swagger.json
  3. +3
    -3
      docs/swagger.yaml

+ 3
- 3
docs/docs.go Vedi File

@@ -1241,7 +1241,7 @@ const docTemplate = `{
},
"/api/im/groupList": {
"post": {
"description": "群组(列表)",
"description": "群组用户(列表)",
"consumes": [
"application/json"
],
@@ -1249,9 +1249,9 @@ const docTemplate = `{
"application/json"
],
"tags": [
"群组"
"群组用户"
],
"summary": "Im-群组(列表)",
"summary": "Im-群组用户(列表)",
"parameters": [
{
"type": "string",


+ 3
- 3
docs/swagger.json Vedi File

@@ -1234,7 +1234,7 @@
},
"/api/im/groupList": {
"post": {
"description": "群组(列表)",
"description": "群组用户(列表)",
"consumes": [
"application/json"
],
@@ -1242,9 +1242,9 @@
"application/json"
],
"tags": [
"群组"
"群组用户"
],
"summary": "Im-群组(列表)",
"summary": "Im-群组用户(列表)",
"parameters": [
{
"type": "string",


+ 3
- 3
docs/swagger.yaml Vedi File

@@ -4650,7 +4650,7 @@ paths:
post:
consumes:
- application/json
description: 群组(列表)
description: 群组用户(列表)
parameters:
- description: 验证参数Bearer和token空格拼接
in: header
@@ -4674,9 +4674,9 @@ paths:
description: 具体错误
schema:
$ref: '#/definitions/md.Response'
summary: Im-群组(列表)
summary: Im-群组用户(列表)
tags:
- 群组
- 群组用户
/api/im/pageCustomerService:
post:
consumes:


Caricamento…
Annulla
Salva