社团管理API文档

API文档


某社团的活动浏览

<p>欢迎使用ShowDoc!</p> <p><strong>简要描述:</strong> </p> <ul> <li>某社团的活动浏览接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/activity/asslist</code></li> </ul> <p><strong>请求方式:</strong> -GET</p> <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;">associationId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>社团Id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "code": 20000, "data": [ { "_id": "5de7a810b3a88077986158bd", "activityId": 19, "associationId": 3, "title": "乒乓球", "content": "4444444", "beginDate": 1575475200000, "endDate": 1579640271713, "numPeople": 40, "location": "操场", "status": "pass", "name": null, "logoUrl": null }, { "_id": "5de7a936b3a88077986158be", "activityId": 20, "associationId": 3, "title": "乒乓球", "content": "4444444", "beginDate": 1575475200001, "endDate": 1576475200020, "numPeople": 40, "location": "操场", "status": "pass", "name": null, "logoUrl": null } ] }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML