篮球协会小程序接口文档


球员比赛数据

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>/api/player/playerDetail/{playerId}</code></li> </ul> <h5>请求方式</h5> <ul> <li>get</li> </ul> <h5>成功返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;allscore&amp;quot;: &amp;quot;integer&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;integer&amp;quot;, &amp;quot;losematchCount&amp;quot;: &amp;quot;integer&amp;quot;, &amp;quot;allCount&amp;quot;: &amp;quot;integer&amp;quot;, &amp;quot;winmatchCount&amp;quot;: &amp;quot;integer&amp;quot; } </code></pre> <h5>成功返回示例的参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>无</td> </tr> <tr> <td style="text-align: left;">allscore</td> <td style="text-align: left;">integer</td> <td>总得分</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">integer</td> <td>无</td> </tr> <tr> <td style="text-align: left;">losematchCount</td> <td style="text-align: left;">integer</td> <td>获胜场次</td> </tr> <tr> <td style="text-align: left;">allCount</td> <td style="text-align: left;">integer</td> <td>总场次</td> </tr> <tr> <td style="text-align: left;">winmatchCount</td> <td style="text-align: left;">integer</td> <td>失败场次</td> </tr> </tbody> </table>

页面列表

ITEM_HTML