| Package | Description |
|---|---|
| me.hao0.wechat.core | |
| me.hao0.wechat.model.data.msg |
| Modifier and Type | Method and Description |
|---|---|
List<MsgSendSummary> |
Datas.msgSendSummary(String startDate,
String endDate)
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendSummary> |
Datas.msgSendSummary(String accessToken,
String startDate,
String endDate)
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendSummary> |
Datas.msgSendSummaryMonthly(String startDate,
String endDate)
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendSummary> |
Datas.msgSendSummaryMonthly(String accessToken,
String startDate,
String endDate)
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendSummary> |
Datas.msgSendSummaryWeekly(String startDate,
String endDate)
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
|
List<MsgSendSummary> |
Datas.msgSendSummaryWeekly(String accessToken,
String startDate,
String endDate)
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datas.msgSendSummary(String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendSummary(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendSummaryMonthly(String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendSummaryMonthly(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析月数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendSummaryWeekly(String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
|
void |
Datas.msgSendSummaryWeekly(String accessToken,
String startDate,
String endDate,
Callback<List<MsgSendSummary>> cb)
获取消息分析周数据(最多跨度30天,endDate - startDate 小于 30)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MsgSendSummaryHour
Author: haolin
Email: haolin.h0@gmail.com
Date: 20/11/15
|
Copyright © 2019. All rights reserved.