| Package | Description |
|---|---|
| me.hao0.wechat.core |
| Modifier and Type | Method and Description |
|---|---|
List<MsgSendDist> |
Datas.msgSendDist(String startDate,
String endDate)
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
|
List<MsgSendDist> |
Datas.msgSendDist(String accessToken,
String startDate,
String endDate)
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
|
List<MsgSendDist> |
Datas.msgSendDistMonthly(String startDate,
String endDate)
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendDist> |
Datas.msgSendDistMonthly(String accessToken,
String startDate,
String endDate)
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendDist> |
Datas.msgSendDistWeekly(String startDate,
String endDate)
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendDist> |
Datas.msgSendDistWeekly(String accessToken,
String startDate,
String endDate)
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datas.msgSendDist(String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
|
void |
Datas.msgSendDist(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布数据(最多跨度15天,endDate - startDate 小于 15)
|
void |
Datas.msgSendDistMonthly(String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendDistMonthly(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布月数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendDistWeekly(String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendDistWeekly(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendDist>> cb)
获取消息发送分布周数据(最多跨度30天,endDate - startDate 小于 30)
|
Copyright © 2019. All rights reserved.