list[data]

简要描述:

  • 会员合并记录 -- 点击合并记录

请求域名:

  • http://test.yunzshop.com

请求URL:

get:member.merge-log.click-merge

返回示例:

{
    "result":1,
    "msg":"ok",
    "data":{
        "search":null,
        "list":{
            "current_page":1,
            "data":[
                {
                    "id":7,
                    "uniacid":9,
                    "member_id":1186,
                    "mark_member_id":1167,
                    "created_at":"2021-06-09 11:29:23",
                    "updated_at":null
                },
                {
                    "id":6,
                    "uniacid":9,
                    "member_id":1291,
                    "mark_member_id":431,
                    "created_at":"2021-05-11 16:28:59",
                    "updated_at":null
                },
                {
                    "id":5,
                    "uniacid":9,
                    "member_id":1237,
                    "mark_member_id":1232,
                    "created_at":"2021-03-18 15:17:53",
                    "updated_at":null
                },
                {
                    "id":4,
                    "uniacid":9,
                    "member_id":1200,
                    "mark_member_id":983,
                    "created_at":"2021-02-24 16:29:05",
                    "updated_at":null
                },
                {
                    "id":3,
                    "uniacid":9,
                    "member_id":1191,
                    "mark_member_id":1190,
                    "created_at":"2020-12-24 15:58:28",
                    "updated_at":null
                },
                {
                    "id":2,
                    "uniacid":9,
                    "member_id":436,
                    "mark_member_id":0,
                    "created_at":"2020-12-18 10:39:56",
                    "updated_at":null
                },
                {
                    "id":1,
                    "uniacid":9,
                    "member_id":994,
                    "mark_member_id":0,
                    "created_at":"2020-12-17 19:14:41",
                    "updated_at":null
                }
            ],
            "first_page_url":"https:\/\/dev4.yunzmall.com\/web\/index.php?page=1",
            "from":1,
            "last_page":1,
            "last_page_url":"https:\/\/dev4.yunzmall.com\/web\/index.php?page=1",
            "next_page_url":null,
            "path":"https:\/\/dev4.yunzmall.com\/web\/index.php",
            "per_page":15,
            "prev_page_url":null,
            "to":7,
            "total":7
        },
        "page":""
    }
}

参数:

参数名 类型 说明
search array 搜索参数数组
member_id int 合并前会员ID
mark_member_id int 合并后会员ID

参数:

参数名 类型 说明
list[data] array 列表详情对象
id int id
member_id int 合并前会员id
mark_member_id int 并后会员id
created_at date time 合并时间