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
78c103ff
Commit
78c103ff
authored
Jan 24, 2022
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c624c74a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
6 deletions
+22
-6
docs.go
docs/docs.go
+8
-2
swagger.json
docs/swagger.json
+8
-2
swagger.yaml
docs/swagger.yaml
+6
-2
No files found.
docs/docs.go
View file @
78c103ff
...
...
@@ -6776,7 +6776,7 @@ var doc = `{
}
}
},
"/mobile/v1/org-player/get-match-season": {
"/mobile/v1/org-player/get-match-season
/{id}
": {
"get": {
"security": [
{
...
...
@@ -6836,7 +6836,7 @@ var doc = `{
}
}
},
"/mobile/v1/org-player/info": {
"/mobile/v1/org-player/info
/{id}
": {
"get": {
"security": [
{
...
...
@@ -7804,6 +7804,9 @@ var doc = `{
"playerName": {
"type": "string"
},
"playerUserId": {
"type": "string"
},
"status": {
"type": "string"
},
...
...
@@ -9562,6 +9565,9 @@ var doc = `{
"dto.Wonderful": {
"type": "object",
"properties": {
"fileId": {
"type": "string"
},
"wonderfulId": {
"type": "string"
},
...
...
docs/swagger.json
View file @
78c103ff
...
...
@@ -6759,7 +6759,7 @@
}
}
},
"/mobile/v1/org-player/get-match-season"
:
{
"/mobile/v1/org-player/get-match-season
/{id}
"
:
{
"get"
:
{
"security"
:
[
{
...
...
@@ -6819,7 +6819,7 @@
}
}
},
"/mobile/v1/org-player/info"
:
{
"/mobile/v1/org-player/info
/{id}
"
:
{
"get"
:
{
"security"
:
[
{
...
...
@@ -7787,6 +7787,9 @@
"playerName"
:
{
"type"
:
"string"
},
"playerUserId"
:
{
"type"
:
"string"
},
"status"
:
{
"type"
:
"string"
},
...
...
@@ -9545,6 +9548,9 @@
"dto.Wonderful"
:
{
"type"
:
"object"
,
"properties"
:
{
"fileId"
:
{
"type"
:
"string"
},
"wonderfulId"
:
{
"type"
:
"string"
},
...
...
docs/swagger.yaml
View file @
78c103ff
...
...
@@ -601,6 +601,8 @@ definitions:
type
:
integer
playerName
:
type
:
string
playerUserId
:
type
:
string
status
:
type
:
string
teamId
:
...
...
@@ -1789,6 +1791,8 @@ definitions:
type
:
object
dto.Wonderful
:
properties
:
fileId
:
type
:
string
wonderfulId
:
type
:
string
wonderfulTitle
:
...
...
@@ -6285,7 +6289,7 @@ paths:
summary
:
<手机端>获取球员精彩时刻
tags
:
-
<手机端>球员数据
/mobile/v1/org-player/get-match-season
:
/mobile/v1/org-player/get-match-season
/{id}
:
get
:
description
:
<手机端>获取球员生涯数据
parameters
:
...
...
@@ -6321,7 +6325,7 @@ paths:
summary
:
<手机端>获取球员精彩时刻
tags
:
-
<手机端>球员数据
/mobile/v1/org-player/info
:
/mobile/v1/org-player/info
/{id}
:
get
:
description
:
<手机端>获取球员赛季数据
parameters
:
...
...
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