程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl | |
cn.binarywang.wx.miniapp.bean.analysis |
数据分析
|
cn.binarywang.wx.miniapp.json.adaptor |
限定符和类型 | 方法和说明 |
---|---|
WxMaRetainInfo |
WxMaAnalysisService.getDailyRetainInfo(Date beginDate,
Date endDate)
日留存
(此接口目前只能查询一天的数据,即 beginDate 和 endDate 一样)
|
WxMaRetainInfo |
WxMaAnalysisService.getMonthlyRetainInfo(Date beginDate,
Date endDate)
月留存
限定查询一个自然月的数据,时间必须按照自然月的方式输入: 如:20170201(月初), 20170228(月末)
|
WxMaRetainInfo |
WxMaAnalysisService.getWeeklyRetainInfo(Date beginDate,
Date endDate)
周留存
限定查询一个自然周的数据,时间必须按照自然周的方式输入: 如:20170306(周一), 20170312(周日)
|
限定符和类型 | 方法和说明 |
---|---|
WxMaRetainInfo |
WxMaAnalysisServiceImpl.getDailyRetainInfo(Date beginDate,
Date endDate) |
WxMaRetainInfo |
WxMaAnalysisServiceImpl.getMonthlyRetainInfo(Date beginDate,
Date endDate) |
WxMaRetainInfo |
WxMaAnalysisServiceImpl.getWeeklyRetainInfo(Date beginDate,
Date endDate) |
限定符和类型 | 方法和说明 |
---|---|
static WxMaRetainInfo |
WxMaRetainInfo.fromJson(String json) |
限定符和类型 | 方法和说明 |
---|---|
WxMaRetainInfo |
WxMaRetainInfoGsonAdapter.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
Copyright © 2024. All rights reserved.