赛事列表模块
<h3>获取我的赛事列表(统一接口)</h3>
<h4>简要描述:</h4>
<p>获取用户参与的所有赛事列表,支持搜索、状态筛选。</p>
<h4>请求URL:</h4>
<p><code>/api/miniapp/events/my</code></p>
<h4>请求方式:</h4>
<p><code>GET</code></p>
<h4>参数:</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>userId</td>
<td>1001</td>
<td>是</td>
<td>Long</td>
<td>用户ID</td>
</tr>
<tr>
<td>eventName</td>
<td>青岛春季</td>
<td>否</td>
<td>String</td>
<td>赛事名称(模糊查询)</td>
</tr>
<tr>
<td>status</td>
<td>1</td>
<td>否</td>
<td>Integer</td>
<td>赛事状态(1=报名中, 2=即将开始, 3=进行中, 4=已完成)</td>
</tr>
</tbody>
</table>
<h4>返回示例:</h4>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;eventId&quot;: 7,
&quot;eventName&quot;: &quot;2025冬季篮球训练营&quot;,
&quot;city&quot;: &quot;青岛市&quot;,
&quot;applyStart&quot;: &quot;2025-11-01&quot;,
&quot;applyEnd&quot;: &quot;2025-11-30&quot;,
&quot;eventStart&quot;: &quot;2025-12-01&quot;,
&quot;eventEnd&quot;: &quot;2025-12-31&quot;,
&quot;checkinLocation&quot;: &quot;青岛训练基地&quot;,
&quot;contactPerson&quot;: &quot;孙教练&quot;,
&quot;contactPhone&quot;: null,
&quot;eventLevel&quot;: &quot;市级&quot;,
&quot;eventGroup&quot;: &quot;青年组&quot;,
&quot;guidingUnit&quot;: &quot;青岛市体育局&quot;,
&quot;hostUnit&quot;: &quot;青岛市体育中心&quot;,
&quot;organizer&quot;: &quot;青岛训练基地&quot;,
&quot;coOrganizer&quot;: &quot;青岛市政府&quot;,
&quot;supportUnit&quot;: &quot;山东省体育局&quot;,
&quot;coverImage&quot;: &quot;/upload/match/cover1.jpg&quot;,
&quot;competitionRegulations&quot;: &quot;训练营规则详情...&quot;,
&quot;status&quot;: 2,
&quot;statusDesc&quot;: &quot;即将开始&quot;,
&quot;countdownDays&quot;: 103,
&quot;userRole&quot;: 1,
&quot;userRoleDesc&quot;: &quot;球员&quot;,
&quot;teamName&quot;: null,
&quot;registrationStatus&quot;: 1,
&quot;registrationStatusDesc&quot;: &quot;已通过&quot;
},
{
&quot;eventId&quot;: 6,
&quot;eventName&quot;: &quot;2025青岛秋季篮球邀请赛&quot;,
&quot;city&quot;: &quot;青岛市&quot;,
&quot;applyStart&quot;: &quot;2025-09-15&quot;,
&quot;applyEnd&quot;: &quot;2025-10-15&quot;,
&quot;eventStart&quot;: &quot;2025-11-01&quot;,
&quot;eventEnd&quot;: &quot;2025-11-30&quot;,
&quot;checkinLocation&quot;: &quot;青岛体育中心&quot;,
&quot;contactPerson&quot;: &quot;赵教练&quot;,
&quot;contactPhone&quot;: null,
&quot;eventLevel&quot;: &quot;市级&quot;,
&quot;eventGroup&quot;: &quot;邀请组&quot;,
&quot;guidingUnit&quot;: &quot;青岛市体育局&quot;,
&quot;hostUnit&quot;: &quot;青岛市体育中心&quot;,
&quot;organizer&quot;: &quot;青岛体育中心&quot;,
&quot;coOrganizer&quot;: &quot;青岛市政府&quot;,
&quot;supportUnit&quot;: &quot;山东省体育局&quot;,
&quot;coverImage&quot;: &quot;/upload/match/cover3.jpg&quot;,
&quot;competitionRegulations&quot;: &quot;邀请赛规则详情...&quot;,
&quot;status&quot;: 2,
&quot;statusDesc&quot;: &quot;即将开始&quot;,
&quot;countdownDays&quot;: 73,
&quot;userRole&quot;: 1,
&quot;userRoleDesc&quot;: &quot;球员&quot;,
&quot;teamName&quot;: null,
&quot;registrationStatus&quot;: 1,
&quot;registrationStatusDesc&quot;: &quot;已通过&quot;
},
{
&quot;eventId&quot;: 4,
&quot;eventName&quot;: &quot;2025山东省篮球锦标赛&quot;,
&quot;city&quot;: &quot;济南市&quot;,
&quot;applyStart&quot;: &quot;2025-08-25&quot;,
&quot;applyEnd&quot;: &quot;2025-09-20&quot;,
&quot;eventStart&quot;: &quot;2025-10-01&quot;,
&quot;eventEnd&quot;: &quot;2025-10-31&quot;,
&quot;checkinLocation&quot;: &quot;山东省体育中心&quot;,
&quot;contactPerson&quot;: &quot;李主任&quot;,
&quot;contactPhone&quot;: null,
&quot;eventLevel&quot;: &quot;省级&quot;,
&quot;eventGroup&quot;: &quot;成年组&quot;,
&quot;guidingUnit&quot;: &quot;山东省体育局&quot;,
&quot;hostUnit&quot;: &quot;山东省体育中心&quot;,
&quot;organizer&quot;: &quot;山东省体育中心&quot;,
&quot;coOrganizer&quot;: &quot;山东省政府&quot;,
&quot;supportUnit&quot;: &quot;国家体育总局&quot;,
&quot;coverImage&quot;: &quot;/upload/match/cover4.jpg&quot;,
&quot;competitionRegulations&quot;: &quot;锦标赛规则详情...&quot;,
&quot;status&quot;: 2,
&quot;statusDesc&quot;: &quot;即将开始&quot;,
&quot;countdownDays&quot;: 42,
&quot;userRole&quot;: 1,
&quot;userRoleDesc&quot;: &quot;球员&quot;,
&quot;teamName&quot;: null,
&quot;registrationStatus&quot;: 1,
&quot;registrationStatusDesc&quot;: &quot;已通过&quot;
},
{
&quot;eventId&quot;: 3,
&quot;eventName&quot;: &quot;2025青岛夏季篮球联赛-青年组&quot;,
&quot;city&quot;: &quot;青岛市&quot;,
&quot;applyStart&quot;: &quot;2025-08-20&quot;,
&quot;applyEnd&quot;: &quot;2025-09-10&quot;,
&quot;eventStart&quot;: &quot;2025-09-15&quot;,
&quot;eventEnd&quot;: &quot;2025-10-15&quot;,
&quot;checkinLocation&quot;: &quot;青岛大学体育馆&quot;,
&quot;contactPerson&quot;: &quot;王教练&quot;,
&quot;contactPhone&quot;: null,
&quot;eventLevel&quot;: &quot;市级&quot;,
&quot;eventGroup&quot;: &quot;青年组&quot;,
&quot;guidingUnit&quot;: &quot;青岛市体育局&quot;,
&quot;hostUnit&quot;: &quot;青岛市体育中心&quot;,
&quot;organizer&quot;: &quot;青岛大学&quot;,
&quot;coOrganizer&quot;: &quot;青岛市政府&quot;,
&quot;supportUnit&quot;: &quot;山东省体育局&quot;,
&quot;coverImage&quot;: &quot;/upload/match/cover5.jpg&quot;,
&quot;competitionRegulations&quot;: &quot;联赛规则详情...&quot;,
&quot;status&quot;: 2,
&quot;statusDesc&quot;: &quot;即将开始&quot;,
&quot;countdownDays&quot;: 26,
&quot;userRole&quot;: 1,
&quot;userRoleDesc&quot;: &quot;球员&quot;,
&quot;teamName&quot;: null,
&quot;registrationStatus&quot;: 1,
&quot;registrationStatusDesc&quot;: &quot;已通过&quot;
},
{
&quot;eventId&quot;: 2,
&quot;eventName&quot;: &quot;青岛市篮球锦标赛&quot;,
&quot;city&quot;: &quot;青岛市&quot;,
&quot;applyStart&quot;: &quot;2025-08-01&quot;,
&quot;applyEnd&quot;: &quot;2025-08-15&quot;,
&quot;eventStart&quot;: &quot;2025-08-25&quot;,
&quot;eventEnd&quot;: &quot;2025-09-25&quot;,
&quot;checkinLocation&quot;: &quot;青岛市体育中心&quot;,
&quot;contactPerson&quot;: &quot;李主任&quot;,
&quot;contactPhone&quot;: &quot;13800138002&quot;,
&quot;eventLevel&quot;: &quot;省级&quot;,
&quot;eventGroup&quot;: &quot;男子组、女子组&quot;,
&quot;guidingUnit&quot;: &quot;青岛市体育中心省体育局&quot;,
&quot;hostUnit&quot;: &quot;青岛市体育中心省体育局&quot;,
&quot;organizer&quot;: &quot;青岛市体育中心&quot;,
&quot;coOrganizer&quot;: &quot;青岛市政府&quot;,
&quot;supportUnit&quot;: &quot;山东省政府&quot;,
&quot;coverImage&quot;: &quot;/upload/match/cover2.jpg&quot;,
&quot;competitionRegulations&quot;: &quot;比赛规则详情...&quot;,
&quot;status&quot;: 2,
&quot;statusDesc&quot;: &quot;即将开始&quot;,
&quot;countdownDays&quot;: 5,
&quot;userRole&quot;: 1,
&quot;userRoleDesc&quot;: &quot;球员&quot;,
&quot;teamName&quot;: &quot;溜冰队&quot;,
&quot;registrationStatus&quot;: 1,
&quot;registrationStatusDesc&quot;: &quot;已通过&quot;
}
]
}</code></pre>