Commit 78c103ff authored by haoyanbin's avatar haoyanbin

1

parent c624c74a
......@@ -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"
},
......
......@@ -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"
},
......
......@@ -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:
......
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