我的足迹
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>我的足迹</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://tappadmin.shuipingce.com/index.php/api/v1/collection/user_new_footprint</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">pagesize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>条数</td>
</tr>
<tr>
<td style="text-align: left;">user-token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>header中添加用户token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
code: 200,
msg: &quot;我的足迹&quot;,
time: 1694161431,
data:
{
operate_data:
[
{
id: 1074,
date: 1694102400,
time_name: &quot;今天&quot;,
operate_list:
[
{
id: 1144,
type: 3,
counselor_id: null,
evaluation_id: 275,
create_time: 1694158815,
head_img: &quot;https://cdn.shuipingce.com/level-test/202302/751eaa1b-b3b5-4ccc-b30f-65980a23c689.png&quot;,
user_nickname: &quot;中小学乐商测试&quot;,
user_identity: null,
address: &quot;&quot;,
employment_time: &quot;2023-09-08 15:40&quot;,
total_order_number: 0,
feedback: &quot;&quot;
},
{
id: 1133,
type: 1,
counselor_id: 17,
evaluation_id: 0,
create_time: 1694157984,
head_img: &quot;https://thirdwx.qlogo.cn/mmopen/vi_32/KMBI8qzjzQPOgwQ2wllN5bwDu5iacibvK8icd4ZK9heaRIGNxH3lmO8PfNRFUoBz4FF4JPSxfePbFAic70icT6P2z4Q/132&quot;,
user_nickname: &quot;赵书林&quot;,
user_identity: 1,
address: &quot;北京市-北京市&quot;,
employment_time: &quot;暂无年限&quot;,
total_order_number: 0,
feedback: 0
}
]
},
{
id: 818,
date: 1693929600,
time_name: &quot;2 天前&quot;,
operate_list:
[
{
id: 822,
type: 1,
counselor_id: 11,
evaluation_id: 0,
create_time: 1693965811,
head_img: &quot;http://tappadmin.shuipingce.com/static/admin/images/none.png&quot;,
user_nickname: &quot;杨柳&quot;,
user_identity: 2,
address: &quot;北京市-北京市&quot;,
employment_time: &quot;3年&quot;,
total_order_number: 2,
feedback: 100
},
{
id: 819,
type: 1,
counselor_id: 9,
evaluation_id: 0,
create_time: 1693965758,
head_img: &quot;https://cdnapp.shuipingce.com/uploads/images/6c/7374b9a7137c8f9ff922d41c894037.jpeg&quot;,
user_nickname: &quot;崔宁&quot;,
user_identity: 2,
address: &quot;北京市-北京市&quot;,
employment_time: &quot;暂无年限&quot;,
total_order_number: 5,
feedback: 0
}
]
},
{
id: 615,
date: 1693756800,
time_name: &quot;4 天前&quot;,
operate_list:
[
{
id: 668,
type: 1,
counselor_id: 3,
evaluation_id: 0,
create_time: 1693817392,
head_img: &quot;http://shuipingce.hn-enjoy.com/static/admin/images/none.png&quot;,
user_nickname: &quot;王豪1&quot;,
user_identity: 1,
address: &quot;河南省-郑州市&quot;,
employment_time: &quot;暂无年限&quot;,
total_order_number: 0,
feedback: 0
},
{
id: 635,
type: 1,
counselor_id: 6,
evaluation_id: 0,
create_time: 1693814599,
head_img: &quot;http://shuipingce.hn-enjoy.com/static/admin/images/none.png&quot;,
user_nickname: &quot;美丽&quot;,
user_identity: 1,
address: &quot;北京市-北京市&quot;,
employment_time: &quot;9年&quot;,
total_order_number: 3,
feedback: 100
}
]
},
{
id: 419,
date: 1693324800,
time_name: &quot;9 天前&quot;,
operate_list:
[
{
id: 419,
type: 1,
counselor_id: 7,
evaluation_id: 0,
create_time: 1693363268,
head_img: &quot;https://cdnapp.shuipingce.com/uploads/images/38/d95f8e386eb1b46ba84b236f334871.png&quot;,
user_nickname: &quot;吕世民&quot;,
user_identity: 1,
address: &quot;北京市-北京市&quot;,
employment_time: &quot;暂无年限&quot;,
total_order_number: 1,
feedback: 0
}
]
}
],
user_data: &quot;&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">operate_data</td>
<td style="text-align: left;">array</td>
<td>足迹(天)</td>
</tr>
<tr>
<td style="text-align: left;">time_name</td>
<td style="text-align: left;">string</td>
<td>哪天</td>
</tr>
<tr>
<td style="text-align: left;">operate_list</td>
<td style="text-align: left;">array</td>
<td>足迹列表</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">string</td>
<td>类型:1=咨询,3=测评</td>
</tr>
<tr>
<td style="text-align: left;">counselor_id</td>
<td style="text-align: left;">string</td>
<td>咨询id</td>
</tr>
<tr>
<td style="text-align: left;">evaluation_id</td>
<td style="text-align: left;">string</td>
<td>测评id</td>
</tr>
<tr>
<td style="text-align: left;">employment_time</td>
<td style="text-align: left;">string</td>
<td>咨询类型:咨询年限 测评类型:足迹创建时间</td>
</tr>
<tr>
<td style="text-align: left;">user_data</td>
<td style="text-align: left;">array</td>
<td>用户信息</td>
</tr>
<tr>
<td style="text-align: left;">其他</td>
<td style="text-align: left;">string</td>
<td>其他字段没变 ,分页的几个字段去掉了,按照新接口处理分页</td>
</tr>
</tbody>
</table>
<h5>备注</h5>