## 增加通话时长
**简要描述:**
* 增加通话时长
**请求URL:**
* /student/incRemainder
**请求方式:**
* POST
**参数:**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| student_id| 是 | int| 学生记录id |
| remainder| 是 | int | 时长(分钟) |
**返回示例**
~~~
{
"msg": "success",
"data": true,
"code": 200
}
~~~