社团管理API文档

API文档


获取社团内部申请列表

<p><strong>简要描述:</strong> 只能社团管理者可看</p> <ul> <li>社团申请列表接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>joinform/get</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">associationId</td> <td style="text-align: left;">T</td> <td style="text-align: left;">Long</td> <td>社团id</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">T</td> <td style="text-align: left;">int</td> <td>页号</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">T</td> <td style="text-align: left;">int</td> <td>单页容量</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "result": "success", "code": 20000, "data": { "joinForms": [ { "_id": "5dec606c2527c704b409d0aa", "joinFormId": 18, "associationId": 3, "userId": "31701002", "reason": "喜欢乒乓", "date": 1575772268312, "interests": "乒乓", "experiences": "参加", "status": "check", "name": "王五" }, { "_id": "5dec606c2527c704b409d0a9", "joinFormId": 17, "associationId": 3, "userId": "31701001", "reason": "喜欢乒乓", "date": 1575772268303, "interests": "乒乓", "experiences": "参加", "status": "check", "name": "李四" }, { "_id": "5dec606c2527c704b409d0a8", "joinFormId": 16, "associationId": 3, "userId": "31701000", "reason": "喜欢乒乓", "date": 1575772268292, "interests": "乒乓", "experiences": "参加", "status": "check", "name": "张三" } ] } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML