请求域名:
- http://xx.com
请求URL:
route=plugin.customer-radar.frontend.controller.member.browse-statistics.getStatisticsByDay
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
date | 是 | string | 日期,标准日期格式 |
返回示例:
正确时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
cumulative.total | int | 累计访问次数 |
cumulative.people_total | int | 访问人数 |
cumulative.max_number | int | 最高访问次数 |
cumulative.yday_total | int | 昨日累计访问次数 |
cumulative.yday_people_total | int | 昨日累计访问任务 |
cumulative.yday_max_number | int | 昨日最高访问次数 |
history[].date | string | 日期 |
history[].total | int | 访问数量 |
history[].people_total | int | 访问人数 |
port[].name | string | 端口类型,wap、wechat、mini_wechat、app、pc |
port[].total | int | 访问次数 |
port[].people | int | 访问人数 |
rank[].url | string | 链接 |
rank[].total | int | 访问次数 |
rank[].title | string | 标题 |
rank[].type | string | 返回数据类型,goods商品,artice文章,unknown未知 |
rank[].thumb | string | 图片 |
rank[].has_info | boolean | true/false,为false时等价于type为unknown |
rank[].price | int | 价格,type为goods时返回 |
rank[].author | string | 作者,type为artice时返回 |
rank[].port_type | string | 页面类型,wap/wechat/mini_wechat/app/pc |
member[].id | int | 会员id |
member[].nickname | string | 会员昵称 |
member[].total | int | 访问次数 |
member[].external_userid | 客户userid |