文档
测试

16. 回访记录列表

POST
{{host}}/Vip/visitlist

请求头

参数名
类型
描述
必填
token
string
必填

请求参数

参数名
类型
描述
必填
id
int
用户id
必填
page
int
页码 不填默认1
必填
page_size
int
每页条数 不填默认10 测试的时候自己添加几条数据
必填

说明 / 示例

``` { "code": 1, "msg": "获取成功", "data": [ { "id": "5", "user_id": "134062", "guide_user_id": "134062", "surveyed_type": "2", "surveyed_res": "2", "remark": "2", "images": [ "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg", "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg", "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg" ], "create_time": "1656085227", "update_time": "1656085227", "is_delete": "0", "vip_code": null, "username": "", "nickname": "苏舒1", "guide_username": "", "guide_nickname": "苏舒1", "surveyed_res_text": "回复不感兴趣", "surveyed_type_text": "短信" }, { "id": "4", "user_id": "134062", // 回访用户id "guide_user_id": "134062", // 回访导购id "surveyed_type": "2", // 回访类型id 看下面文字 "surveyed_res": "2", // 回访结果id 看下面文字就行 "remark": "2", // 回访备注 "images": [ "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg", "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg", "https://shop.ke177.top/web/uploads/image/store_1/1f468cbb7a7a60dff8453539036c6c468038540d.jpeg" ], // 回访图片上传记录 "create_time": "2022-06-24 23:40:27", // 回访记录时间 "update_time": "1656082964", "is_delete": "0", "vip_code": null, // 受访用户会员卡号 "nickname": "苏舒1", // 受访用户昵称 "guide_nickname": "苏舒1", // 回访导购昵称 "surveyed_res_text": "回复不感兴趣", // 回访结果转文字 "surveyed_type_text": "短信" // 回访类型转文字 } ] } ```