水评测


我的足迹

[TOC]

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

页面列表

ITEM_HTML