社团管理API文档

API文档


我的社团

<p><strong>简要描述:</strong> </p> <ul> <li>我的社团接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>club/findmyclub</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>用户id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "code": 20000, "data": { "_id": "5de4d0550dbf0d4546fb1e0f", "associationId": 3, "name": "乒乓球社", "duitesId": null, "presidentId": 111111, "members": [ "admmin", "111111" ], "announcements": null, "accounts": null, "awards": null, "associationInfoDetail": null, "logoUrl": "https://raw.githubusercontent.com/schedule-front/EveryWeekRePort/master/week3/img/club-pingpong.jpg", "stars": null, "establishedTime": 1575216000000 } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML