社团管理API文档

API文档


获取申请表细节

<p><strong>简要描述:</strong> </p> <ul> <li>申请表细节接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>joinform/getdetail</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;">joinformId</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": "5de792e648c886793fbd02eb", "joinFormId": 1, "associationId": 3, "userId": "111111", "reason": "333333", "date": null, "interests": "3333333", "experiences": "333333", "status": "pass", "name": null } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML