Commit 9d2ea8af authored by haoyanbin's avatar haoyanbin

seasonId

parent 901ebaf8
......@@ -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": [...]}"
......
......@@ -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"
......
......@@ -6796,11 +6796,11 @@
"Bearer": []
}
],
"description": "\u003c手机端\u003e获取球员精彩时刻",
"description": "\u003c手机端\u003e精彩时刻比赛轮次列表",
"tags": [
"\u003c手机端\u003e球员数据"
],
"summary": "\u003c手机端\u003e获取球员精彩时刻",
"summary": "\u003c手机端\u003e精彩时刻比赛轮次列表",
"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"
......
......@@ -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}:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment