Commit 78c103ff authored by haoyanbin's avatar haoyanbin

1

parent c624c74a
...@@ -6776,7 +6776,7 @@ var doc = `{ ...@@ -6776,7 +6776,7 @@ var doc = `{
} }
} }
}, },
"/mobile/v1/org-player/get-match-season": { "/mobile/v1/org-player/get-match-season/{id}": {
"get": { "get": {
"security": [ "security": [
{ {
...@@ -6836,7 +6836,7 @@ var doc = `{ ...@@ -6836,7 +6836,7 @@ var doc = `{
} }
} }
}, },
"/mobile/v1/org-player/info": { "/mobile/v1/org-player/info/{id}": {
"get": { "get": {
"security": [ "security": [
{ {
...@@ -7804,6 +7804,9 @@ var doc = `{ ...@@ -7804,6 +7804,9 @@ var doc = `{
"playerName": { "playerName": {
"type": "string" "type": "string"
}, },
"playerUserId": {
"type": "string"
},
"status": { "status": {
"type": "string" "type": "string"
}, },
...@@ -9562,6 +9565,9 @@ var doc = `{ ...@@ -9562,6 +9565,9 @@ var doc = `{
"dto.Wonderful": { "dto.Wonderful": {
"type": "object", "type": "object",
"properties": { "properties": {
"fileId": {
"type": "string"
},
"wonderfulId": { "wonderfulId": {
"type": "string" "type": "string"
}, },
......
...@@ -6759,7 +6759,7 @@ ...@@ -6759,7 +6759,7 @@
} }
} }
}, },
"/mobile/v1/org-player/get-match-season": { "/mobile/v1/org-player/get-match-season/{id}": {
"get": { "get": {
"security": [ "security": [
{ {
...@@ -6819,7 +6819,7 @@ ...@@ -6819,7 +6819,7 @@
} }
} }
}, },
"/mobile/v1/org-player/info": { "/mobile/v1/org-player/info/{id}": {
"get": { "get": {
"security": [ "security": [
{ {
...@@ -7787,6 +7787,9 @@ ...@@ -7787,6 +7787,9 @@
"playerName": { "playerName": {
"type": "string" "type": "string"
}, },
"playerUserId": {
"type": "string"
},
"status": { "status": {
"type": "string" "type": "string"
}, },
...@@ -9545,6 +9548,9 @@ ...@@ -9545,6 +9548,9 @@
"dto.Wonderful": { "dto.Wonderful": {
"type": "object", "type": "object",
"properties": { "properties": {
"fileId": {
"type": "string"
},
"wonderfulId": { "wonderfulId": {
"type": "string" "type": "string"
}, },
......
...@@ -601,6 +601,8 @@ definitions: ...@@ -601,6 +601,8 @@ definitions:
type: integer type: integer
playerName: playerName:
type: string type: string
playerUserId:
type: string
status: status:
type: string type: string
teamId: teamId:
...@@ -1789,6 +1791,8 @@ definitions: ...@@ -1789,6 +1791,8 @@ definitions:
type: object type: object
dto.Wonderful: dto.Wonderful:
properties: properties:
fileId:
type: string
wonderfulId: wonderfulId:
type: string type: string
wonderfulTitle: wonderfulTitle:
...@@ -6285,7 +6289,7 @@ paths: ...@@ -6285,7 +6289,7 @@ paths:
summary: <手机端>获取球员精彩时刻 summary: <手机端>获取球员精彩时刻
tags: tags:
- <手机端>球员数据 - <手机端>球员数据
/mobile/v1/org-player/get-match-season: /mobile/v1/org-player/get-match-season/{id}:
get: get:
description: <手机端>获取球员生涯数据 description: <手机端>获取球员生涯数据
parameters: parameters:
...@@ -6321,7 +6325,7 @@ paths: ...@@ -6321,7 +6325,7 @@ paths:
summary: <手机端>获取球员精彩时刻 summary: <手机端>获取球员精彩时刻
tags: tags:
- <手机端>球员数据 - <手机端>球员数据
/mobile/v1/org-player/info: /mobile/v1/org-player/info/{id}:
get: get:
description: <手机端>获取球员赛季数据 description: <手机端>获取球员赛季数据
parameters: 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