Skip to content
huxr edited this page May 22, 2019 · 1 revision

1. 名片看板接口

GET请求

{
    "code": 200,
    "msg": "查询成功",
    "data": {
        "data": {
            "findCount": 48,  //打开名片  //浏览产品  //浏览文章
            "findDiffer": "+0",  //名片差值  //产品差值  //文章差值  
            "fanCount": 1,  //名片粉丝数  
            "fanDiffer": "+0",  //名片粉丝差值    
            "clientCount": 2,  //名片客户数  
            "clientDiffer": "+2",  //名片客户差值  
            "forwardCount": 4,  //名片转发数  //产品转发  //文章转发
            "forwardDiffer": "+0",  //名片转发差值   //产品转发差值  //文章转发差值
            "likeCount": 0,     //文章喜欢  
            "likeDiffer": "+0",  //喜欢差值    
            "loveCount": 0,  //产品喜欢  
            "loveDiffer": "+0",//产品喜欢差值  
            "payCount": 0,  //支付数   
            "payDiffer": "+0"  //支付差值  
        },
        "count": [
            {
                "behavior": "find",
                "time": "0",  //时间  
                "count": 23   //统计数  
            },
            {
                "count": 15,
                "behavior": "find",
                "time": "1"
            },
            {
                "count": 10,
                "time": "2",
                "behavior": "find"
            }
        ]
    }
}
Clone this wiki locally