1.我的足迹
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.0.103:2980/WisdomCampus/historyStep/app/getMyFootprint.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>学校Id</td>
</tr>
<tr>
<td style="text-align: left;">roleCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>角色</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": {
"inoutCount": 1088,//进出记录
"billList": [
{
"billId": 14709,
"typeId": 4,
"tradeNo": "",
"channel": 3,//0银联 1支付宝 2微支付 3个人账户\钱包
"userId": 307,
"goodsId": 0,
"goodsName": "亦信钱包转账",//商品名称
"counts": 1,
"amount": 0.1,//金额
"platformCode": 1,
"createTime": "2017-12-05 10:49:31.0",//时间
"orderId": "",
"otherUserId": 310,
"caption": "亦信钱包转账收入",
"typeName": "转账收入"//数据来源
}
],
"cardCount": 2,//电子卡
"clazzLeaderCount": 0,//班主数量
"friendCount": 1,//通讯录
"clazzCount": 0,//班级数量
"studentCount": 0,//学生数量
"departmentCount": 0,//经历部门数量(非学生和家长有)
"schoolList": [//学校
{
"schoolId": "3201140009",
"schoolName": "RICHX",
"startTime": "2016-01-04 19:30:55",
"endTime": "2018-08-13 16:53:07"
},
{
"schoolId": "3509020027",
"schoolName": "蕉城区实验小学",
"startTime": "2016-01-04 19:30:55",
"endTime": "2018-08-13 16:53:07"
}
],
"curriculumCount": 0//课程表数量
}
}</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>