Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nbya
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoyanbin
nbya
Commits
bd5db330
Commit
bd5db330
authored
Jan 20, 2022
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c00a1323
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
134 additions
and
44 deletions
+134
-44
docs.go
docs/docs.go
+50
-16
swagger.json
docs/swagger.json
+50
-16
swagger.yaml
docs/swagger.yaml
+34
-12
No files found.
docs/docs.go
View file @
bd5db330
...
...
@@ -3325,11 +3325,11 @@ var doc = `{
"Bearer": []
}
],
"description": "\u003c
手机端\u003e获取球员详情
",
"description": "\u003c
球队\u003e获取球员
",
"tags": [
"\u003c
手机端\u003e球员数据
"
"\u003c
球队\u003e球员
"
],
"summary": "\u003c
手机端\u003e获取球员详情
",
"summary": "\u003c
球队\u003e获取球员
",
"parameters": [
{
"type": "string",
...
...
@@ -7318,8 +7318,19 @@ var doc = `{
"dto.OrgLeagueGetPageReq": {
"type": "object",
"properties": {
"createBy": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"deletedAt": {
"type": "string"
},
"id": {
"type": "integer"
},
"leagueName": {
"description": "联赛级别",
"type": "string"
},
"pageIndex": {
...
...
@@ -7327,6 +7338,15 @@ var doc = `{
},
"pageSize": {
"type": "integer"
},
"status": {
"type": "string"
},
"updateBy": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
},
...
...
@@ -7432,6 +7452,18 @@ var doc = `{
"matchId": {
"type": "string"
},
"matchImg": {
"type": "array",
"items": {
"$ref": "#/definitions/dto.Wonderful"
}
},
"matchMv": {
"type": "array",
"items": {
"$ref": "#/definitions/dto.Wonderful"
}
},
"mvStatus": {
"type": "string"
},
...
...
@@ -7452,18 +7484,6 @@ var doc = `{
},
"updateBy": {
"type": "integer"
},
"wonderfulMomentImg": {
"type": "string"
},
"wonderfulMomentImgTitle": {
"type": "string"
},
"wonderfulMomentMv": {
"type": "string"
},
"wonderfulMomentMvTitle": {
"type": "string"
}
}
},
...
...
@@ -9462,6 +9482,20 @@ var doc = `{
}
}
},
"dto.Wonderful": {
"type": "object",
"properties": {
"wonderfulTitle": {
"type": "string"
},
"wonderfulUrl": {
"type": "string"
},
"精彩时刻id": {
"type": "string"
}
}
},
"handler.Login": {
"type": "object",
"required": [
...
...
docs/swagger.json
View file @
bd5db330
...
...
@@ -3308,11 +3308,11 @@
"Bearer"
:
[]
}
],
"description"
:
"
\u
003c
手机端
\u
003e获取球员详情
"
,
"description"
:
"
\u
003c
球队
\u
003e获取球员
"
,
"tags"
:
[
"
\u
003c
手机端
\u
003e球员数据
"
"
\u
003c
球队
\u
003e球员
"
],
"summary"
:
"
\u
003c
手机端
\u
003e获取球员详情
"
,
"summary"
:
"
\u
003c
球队
\u
003e获取球员
"
,
"parameters"
:
[
{
"type"
:
"string"
,
...
...
@@ -7301,8 +7301,19 @@
"dto.OrgLeagueGetPageReq"
:
{
"type"
:
"object"
,
"properties"
:
{
"createBy"
:
{
"type"
:
"string"
},
"createdAt"
:
{
"type"
:
"string"
},
"deletedAt"
:
{
"type"
:
"string"
},
"id"
:
{
"type"
:
"integer"
},
"leagueName"
:
{
"description"
:
"联赛级别"
,
"type"
:
"string"
},
"pageIndex"
:
{
...
...
@@ -7310,6 +7321,15 @@
},
"pageSize"
:
{
"type"
:
"integer"
},
"status"
:
{
"type"
:
"string"
},
"updateBy"
:
{
"type"
:
"string"
},
"updatedAt"
:
{
"type"
:
"string"
}
}
},
...
...
@@ -7415,6 +7435,18 @@
"matchId"
:
{
"type"
:
"string"
},
"matchImg"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/definitions/dto.Wonderful"
}
},
"matchMv"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/definitions/dto.Wonderful"
}
},
"mvStatus"
:
{
"type"
:
"string"
},
...
...
@@ -7435,18 +7467,6 @@
},
"updateBy"
:
{
"type"
:
"integer"
},
"wonderfulMomentImg"
:
{
"type"
:
"string"
},
"wonderfulMomentImgTitle"
:
{
"type"
:
"string"
},
"wonderfulMomentMv"
:
{
"type"
:
"string"
},
"wonderfulMomentMvTitle"
:
{
"type"
:
"string"
}
}
},
...
...
@@ -9445,6 +9465,20 @@
}
}
},
"dto.Wonderful"
:
{
"type"
:
"object"
,
"properties"
:
{
"wonderfulTitle"
:
{
"type"
:
"string"
},
"wonderfulUrl"
:
{
"type"
:
"string"
},
"精彩时刻id"
:
{
"type"
:
"string"
}
}
},
"handler.Login"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
docs/swagger.yaml
View file @
bd5db330
...
...
@@ -232,13 +232,26 @@ definitions:
type
:
object
dto.OrgLeagueGetPageReq
:
properties
:
createBy
:
type
:
string
createdAt
:
type
:
string
deletedAt
:
type
:
string
id
:
type
:
integer
leagueName
:
description
:
联赛级别
type
:
string
pageIndex
:
type
:
integer
pageSize
:
type
:
integer
status
:
type
:
string
updateBy
:
type
:
string
updatedAt
:
type
:
string
type
:
object
dto.OrgLeagueInsertReq
:
properties
:
...
...
@@ -310,6 +323,14 @@ definitions:
type
:
integer
matchId
:
type
:
string
matchImg
:
items
:
$ref
:
'
#/definitions/dto.Wonderful'
type
:
array
matchMv
:
items
:
$ref
:
'
#/definitions/dto.Wonderful'
type
:
array
mvStatus
:
type
:
string
playerId
:
...
...
@@ -324,14 +345,6 @@ definitions:
type
:
string
updateBy
:
type
:
integer
wonderfulMomentImg
:
type
:
string
wonderfulMomentImgTitle
:
type
:
string
wonderfulMomentMv
:
type
:
string
wonderfulMomentMvTitle
:
type
:
string
type
:
object
dto.OrgMatchGetPageReq
:
properties
:
...
...
@@ -1676,6 +1689,15 @@ definitions:
description
:
用户ID
type
:
integer
type
:
object
dto.Wonderful
:
properties
:
wonderfulTitle
:
type
:
string
wonderfulUrl
:
type
:
string
精彩时刻id
:
type
:
string
type
:
object
handler.Login
:
properties
:
code
:
...
...
@@ -4007,7 +4029,7 @@ paths:
-
球员账户信息
/api/v1/org-player/{id}
:
get
:
description
:
<
手机端>获取球员详情
description
:
<
球队>获取球员
parameters
:
-
description
:
id
in
:
path
...
...
@@ -4020,9 +4042,9 @@ paths:
type
:
string
security
:
-
Bearer
:
[]
summary
:
<
手机端>获取球员详情
summary
:
<
球队>获取球员
tags
:
-
<
手机端>球员数据
-
<
球队>球员
put
:
consumes
:
-
application/json
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment