十一中充值项目

Api文档


学生卡列表

<h5>简要描述</h5> <ul> <li>根据用户ID查询学生卡列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://{{host}}/ordering/app/api/recharge/studentCard/list</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求参数示例</h5> <pre><code>{ "memberId": "5a5c9ce7f310b2c3855e561a618a3d0c", "userNo": "20000007" } </code></pre> <h5>json字段说明</h5> <table> <thead> <tr> <th style="text-align: left;">字段名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">memberId</td> <td style="text-align: left;">是</td> <td>string</td> <td>用户ID</td> </tr> <tr> <td style="text-align: left;">userNo</td> <td style="text-align: left;">否</td> <td>string</td> <td>学生证号</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ "msg": "查询成功", "code": 200, "data": [ { "id": "1556560457744035842", "memberId": "5a5c9ce7f310b2c3855e561a618a3d0c", "memberNo": 1000, "grade": "2022", "userSerial": 20000007, "userName": "黎明", "userNo": "20000007", "userDep": 200005, "userDepName": null, "userSex": "", "userId": "", "userLinkMan": null, "userTelephone": "", "balance": 0, "rechargeAmount": 0, "lastRechargeTime": null, "insertTime": "2022-08-08 16:38:27" } ] } </code></pre>

页面列表

ITEM_HTML