Commit bd5db330 authored by haoyanbin's avatar haoyanbin

1

parent c00a1323
......@@ -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": [
......
......@@ -3308,11 +3308,11 @@
"Bearer": []
}
],
"description": "\u003c手机端\u003e获取球员详情",
"description": "\u003c球队\u003e获取球员",
"tags": [
"\u003c手机端\u003e球员数据"
"\u003c球队\u003e球员"
],
"summary": "\u003c手机端\u003e获取球员详情",
"summary": "\u003c球队\u003e获取球员",
"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": [
......
......@@ -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
......
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