篮球协会小程序接口文档


获取用户的所有比赛记录

<p><strong>简要描述</strong>: 获取用户的所有比赛记录</p> <p><strong>请求URL</strong>: <code>/api/miniapp/events/all-matches</code></p> <p><strong>请求方式</strong>: <code>GET</code></p> <p><strong>参数</strong>:</p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>示例值</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">userId</td> <td>1001</td> <td>是</td> <td>Long</td> <td>用户ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong>:</p> <pre><code class="language-json">{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 4, &amp;quot;playerId&amp;quot;: 1001, &amp;quot;matchDate&amp;quot;: &amp;quot;2024-12-15&amp;quot;, &amp;quot;matchTime&amp;quot;: &amp;quot;19:30&amp;quot;, &amp;quot;matchStage&amp;quot;: &amp;quot;常规赛&amp;quot;, &amp;quot;opponentTeam&amp;quot;: &amp;quot;深圳队&amp;quot;, &amp;quot;score&amp;quot;: &amp;quot;98:92&amp;quot;, &amp;quot;result&amp;quot;: &amp;quot;胜&amp;quot;, &amp;quot;matchPoints&amp;quot;: 20, &amp;quot;playerName&amp;quot;: &amp;quot;张三&amp;quot;, &amp;quot;eventName&amp;quot;: &amp;quot;CBA联赛&amp;quot;, &amp;quot;representingTeam&amp;quot;: &amp;quot;北京队&amp;quot;, &amp;quot;playTime&amp;quot;: 40, &amp;quot;points&amp;quot;: 20, &amp;quot;rebounds&amp;quot;: 6, &amp;quot;assists&amp;quot;: 4, &amp;quot;steals&amp;quot;: 1, &amp;quot;blocks&amp;quot;: 0, &amp;quot;twoPointMade&amp;quot;: 2, &amp;quot;twoPointAttempted&amp;quot;: 4, &amp;quot;threePointMade&amp;quot;: 3, &amp;quot;threePointAttempted&amp;quot;: 6, &amp;quot;freeThrowMade&amp;quot;: 1, &amp;quot;freeThrowAttempted&amp;quot;: 2, &amp;quot;offensiveRebounds&amp;quot;: 2, &amp;quot;defensiveRebounds&amp;quot;: 4, &amp;quot;turnovers&amp;quot;: 3, &amp;quot;fouls&amp;quot;: 4, &amp;quot;foulsDrawn&amp;quot;: 2, &amp;quot;efficiency&amp;quot;: 15.2, &amp;quot;gamePoints&amp;quot;: 20, &amp;quot;teamId&amp;quot;: 28, &amp;quot;assistantCoachId&amp;quot;: 56, &amp;quot;assistantCoachName&amp;quot;: &amp;quot;和哇撒&amp;quot;, &amp;quot;headCoachId&amp;quot;: 36, &amp;quot;headCoachName&amp;quot;: &amp;quot;的分公司&amp;quot;, &amp;quot;eventId&amp;quot;: null, &amp;quot;matchRound&amp;quot;: null, &amp;quot;opponentTeamId&amp;quot;: null, &amp;quot;matchScore&amp;quot;: null, &amp;quot;isWin&amp;quot;: 0, &amp;quot;points_earned&amp;quot;: null } ] }</code></pre>

页面列表

ITEM_HTML