根据柜员id查询最近的活动
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{testAddr}}/employee/getActivityByEmployeeId</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求参数示例</h5>
<pre><code>{
"employeeId": "2c9164ab7f25bd7b017f25cdab320000",
"size": 2
}
</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;">employeeId</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>柜员Id</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td>int</td>
<td>前几条</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"rspCode": "000",
"list": [
{
"activityCode": "test002",
"activityDesc": "",
"activityDesc1": "",
"activityDesc2": "",
"activityId": "2c9164ab7f2ae996017f2b3d3ea60007",
"activityImg": "https:\/\/img.all-pay.cn\/2022-02-25\/3O316XKI8f.png",
"activityImg1": "",
"activityImg2": "",
"activityName": "测试1",
"activityRemark": "",
"activitySource": "YXPT",
"activityType": "201",
"appointOrderNo": "0",
"buyLimitCount": 11,
"buyLimitCycle": "4",
"buyLimitType": "1",
"cDate": "2022-02-24 18:18:28",
"departmentId": "2c9164ab7f206968017f2121540d0000",
"departmentName": "",
"employeeOrderCountBase": "",
"employeeSellCountLimitBase": "",
"employeeSellCountLimitCycle": "0",
"employeeSellLimitByCountOrAmount": "",
"endDate": "2022-02-25 23:00:00",
"h5Mark": "Cnhwuluhome",
"h5Url": "https:\/\/uat-yx.all-pay.cn\/activeSub\/#\/dlzh_tra",
"mesContent": "",
"payErrCanDel": "0",
"qrAddMesUrl": "",
"qrBasis": "1",
"qrRule": "0",
"qrType": "1",
"sendMes": "",
"sendMesChannel": "",
"startDate": "2022-02-24 00:00:00",
"state": "1",
"succUrl": "",
"uDate": "2022-02-25 09:59:29"
}
],
"rspDesc": "success"
}
</code></pre>
<h5>失败返回示例</h5>
<pre><code>{
"rspCode": "002",
"rspDesc": "柜员信息有误"
}
</code></pre>