forked from lenve/JavaEETest
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
huxr edited this page May 22, 2019
·
1 revision
GET请求
- GET http://localhost/mrsj/radarData/getRadarTypeData?radarType=card&timeType=1&behavior=find
radarType雷达类型 timeType时间类型0,1,2 分别代表日周月 - 返回值:
{
"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"
}
]
}
}