| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.mp.model.data | |
| cn.ipokerface.weixin.mp.proxy |
| 限定符和类型 | 方法和说明 |
|---|---|
static DatacubeType |
DatacubeType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DatacubeType[] |
DatacubeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<?> |
WeixinMPlatformProxy.datacube(DatacubeType datacubeType,
Date date)
查询日期跨度为0的统计数据(当天)
|
List<?> |
DataProxy.datacube(DatacubeType datacubeType,
Date date)
查询日期跨度为0的统计数据(当天)
|
List<?> |
WeixinMPlatformProxy.datacube(DatacubeType datacubeType,
Date beginDate,
Date endDate)
数据统计
|
List<?> |
DataProxy.datacube(DatacubeType datacubeType,
Date beginDate,
Date endDate)
数据统计
|
List<?> |
WeixinMPlatformProxy.datacube(DatacubeType datacubeType,
Date beginDate,
int offset)
数据统计
|
List<?> |
DataProxy.datacube(DatacubeType datacubeType,
Date beginDate,
int offset)
数据统计
|
List<?> |
WeixinMPlatformProxy.datacube(DatacubeType datacubeType,
int offset,
Date endDate)
数据统计
|
List<?> |
DataProxy.datacube(DatacubeType datacubeType,
int offset,
Date endDate)
数据统计
|
Copyright © 2020. All rights reserved.