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
9d2ea8af
Commit
9d2ea8af
authored
Jan 24, 2022
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seasonId
parent
901ebaf8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
10 deletions
+43
-10
org_player.go
app/mobile/apis/org_player.go
+5
-4
docs.go
docs/docs.go
+14
-2
swagger.json
docs/swagger.json
+14
-2
swagger.yaml
docs/swagger.yaml
+10
-2
No files found.
app/mobile/apis/org_player.go
View file @
9d2ea8af
...
...
@@ -159,9 +159,10 @@ func (e OrgPlayer) GetInfo(c *gin.Context) {
return
}
//获取当前时间范围的赛季id
seasonId
:=
s
.
GetNowSeasonId
()
reply
:=
new
(
dto
.
OrgPlayerGetInfoReply
)
reply
:=
new
(
dto
.
OrgPlayerGetInfoReply
)
reply
.
OrgPlayerInfo
=
object
replyOrgMatchInfo
:=
new
(
dto
.
OrgMatchInfo
)
...
...
@@ -281,9 +282,9 @@ func (e OrgPlayer) GetOrgMatchEvaluate(c *gin.Context) {
e
.
OK
(
reply
,
"查询成功"
)
}
// Get <手机端>
获取球员精彩时刻
// @Summary <手机端>
获取球员精彩时刻
// @Description <手机端>
获取球员精彩时刻
// Get <手机端>
精彩时刻比赛轮次列表
// @Summary <手机端>
精彩时刻比赛轮次列表
// @Description <手机端>
精彩时刻比赛轮次列表
// @Tags <手机端>球员数据
// @Param playerId path string false "playerId"
// @Success 200 {string} string "{"code": 200, "data": [...]}"
...
...
docs/docs.go
View file @
9d2ea8af
...
...
@@ -6813,11 +6813,11 @@ var doc = `{
"Bearer": []
}
],
"description": "\u003c手机端\u003e
获取球员精彩时刻
",
"description": "\u003c手机端\u003e
精彩时刻比赛轮次列表
",
"tags": [
"\u003c手机端\u003e球员数据"
],
"summary": "\u003c手机端\u003e
获取球员精彩时刻
",
"summary": "\u003c手机端\u003e
精彩时刻比赛轮次列表
",
"parameters": [
{
"type": "string",
...
...
@@ -9640,12 +9640,21 @@ var doc = `{
"models.SysDept": {
"type": "object",
"properties": {
"children": {
"type": "array",
"items": {
"$ref": "#/definitions/models.SysDept"
}
},
"createBy": {
"type": "integer"
},
"createdAt": {
"type": "string"
},
"dataScope": {
"type": "string"
},
"deptId": {
"description": "部门编码",
"type": "integer"
...
...
@@ -9665,6 +9674,9 @@ var doc = `{
"description": "负责人",
"type": "string"
},
"params": {
"type": "string"
},
"parentId": {
"description": "上级部门",
"type": "integer"
...
...
docs/swagger.json
View file @
9d2ea8af
...
...
@@ -6796,11 +6796,11 @@
"Bearer"
:
[]
}
],
"description"
:
"
\u
003c手机端
\u
003e
获取球员精彩时刻
"
,
"description"
:
"
\u
003c手机端
\u
003e
精彩时刻比赛轮次列表
"
,
"tags"
:
[
"
\u
003c手机端
\u
003e球员数据"
],
"summary"
:
"
\u
003c手机端
\u
003e
获取球员精彩时刻
"
,
"summary"
:
"
\u
003c手机端
\u
003e
精彩时刻比赛轮次列表
"
,
"parameters"
:
[
{
"type"
:
"string"
,
...
...
@@ -9623,12 +9623,21 @@
"models.SysDept"
:
{
"type"
:
"object"
,
"properties"
:
{
"children"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/definitions/models.SysDept"
}
},
"createBy"
:
{
"type"
:
"integer"
},
"createdAt"
:
{
"type"
:
"string"
},
"dataScope"
:
{
"type"
:
"string"
},
"deptId"
:
{
"description"
:
"部门编码"
,
"type"
:
"integer"
...
...
@@ -9648,6 +9657,9 @@
"description"
:
"负责人"
,
"type"
:
"string"
},
"params"
:
{
"type"
:
"string"
},
"parentId"
:
{
"description"
:
"上级部门"
,
"type"
:
"integer"
...
...
docs/swagger.yaml
View file @
9d2ea8af
...
...
@@ -1841,10 +1841,16 @@ definitions:
type
:
object
models.SysDept
:
properties
:
children
:
items
:
$ref
:
'
#/definitions/models.SysDept'
type
:
array
createBy
:
type
:
integer
createdAt
:
type
:
string
dataScope
:
type
:
string
deptId
:
description
:
部门编码
type
:
integer
...
...
@@ -1859,6 +1865,8 @@ definitions:
leader
:
description
:
负责人
type
:
string
params
:
type
:
string
parentId
:
description
:
上级部门
type
:
integer
...
...
@@ -6309,7 +6317,7 @@ paths:
-
<手机端>球员数据
/mobile/v1/org-player/get-rounds
:
get
:
description
:
<手机端>
获取球员精彩时刻
description
:
<手机端>
精彩时刻比赛轮次列表
parameters
:
-
description
:
playerId
in
:
path
...
...
@@ -6322,7 +6330,7 @@ paths:
type
:
string
security
:
-
Bearer
:
[]
summary
:
<手机端>
获取球员精彩时刻
summary
:
<手机端>
精彩时刻比赛轮次列表
tags
:
-
<手机端>球员数据
/mobile/v1/org-player/info/{id}
:
...
...
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