获取代充服务费套餐列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.0.56:8080/WisdomCampus/app/replaceService/getReplaceServiceGoodsListByUserId.do</code>
<code>http://login.richx.cn/app/replaceService/getReplaceServiceGoodsListByUserId.do</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;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>schoolId</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"ResponseCode": 0,
"ResponseResult": "获取成功!",
"ResponseObject": [
{
"id": 16,
"name": "2018校园服务费",
"startTime": "2019-01-08",
"endTime": "2019-02-28",
"type": 1,
"status": 0,
"isByuCard": 0,
"otherRemark": "",
"createTime": "2019-01-08 15:59:20.0",
"createUserId": 1,
"updateTime": "2019-01-10 20:04:10.0",
"updateUserId": 1,
"isDiscountPrice": 0,//0无折扣 1有折扣
"wrapList": [
{
"id": 6,
"goodsId": 16,
"name": "校园卡包",
"remarkName": "校园卡包",
"type": 2,
"createTime": "2019-01-08 15:59:20.0",
"createUserId": 1,
"menuList": [
{
"goodsId": 16,
"menuId": "abnormal",
"wrapId": 6,
"type": 2,
"menuName": "异常信息"
},
{
"goodsId": 16,
"menuId": "consumeManage",
"wrapId": 6,
"type": 2,
"menuName": "校园消费管理"
}]
}
],
"feeList": [
{
"id": 6,
"goodsId": 16,
"name": "2018学期",
"type": 5,
"status": 0,
"remark": "",
"detailList": [
{
"id": 35,
"feeId": 6,
"type": 5,
"price": 20,
"status": 0,
"startTime": "2019-01-08",
"isDiscountPrice": 0,//0无折扣 1有折扣
"endTime": "2019-01-17"
}
]
}
],
"clazzList": [],
"userList": [],
"paymentFee": []
}
]
}</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>
<p>欢迎使用ShowDoc!</p>