public class JwGraphicAnalysisAPI extends Object
| 构造器和说明 |
|---|
JwGraphicAnalysisAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<GraphicAnalysisRtnInfo> |
getArticleSummary(String accesstoken,
String begin_date,
String end_date) |
static List<GraphicAnalysisRtnInfo> |
getArticleTotal(String accesstoken,
String begin_date,
String end_date) |
static List<GraphicAnalysisRtnInfo> |
getUserRead(String accesstoken,
String begin_date,
String end_date) |
static List<GraphicAnalysisRtnInfo> |
getUserReadHour(String accesstoken,
String begin_date,
String end_date) |
static List<GraphicAnalysisRtnInfo> |
getUserShare(String accesstoken,
String begin_date,
String end_date) |
static List<GraphicAnalysisRtnInfo> |
getUserShareHour(String accesstoken,
String begin_date,
String end_date) |
public static List<GraphicAnalysisRtnInfo> getArticleSummary(String accesstoken, String begin_date, String end_date) throws WexinReqException, UnsupportedEncodingException
@param - accesstoken@param - begin_date@param - end_date@return - @throws - WexinReqException 设定文件UnsupportedEncodingExceptionWexinReqExceptionpublic static List<GraphicAnalysisRtnInfo> getArticleTotal(String accesstoken, String begin_date, String end_date) throws WexinReqException, UnsupportedEncodingException
@param - accesstoken@param - begin_date@param - end_date@return - @throws - WexinReqException 设定文件UnsupportedEncodingExceptionWexinReqExceptionpublic static List<GraphicAnalysisRtnInfo> getUserRead(String accesstoken, String begin_date, String end_date) throws WexinReqException
@param - accesstoken@param - begin_date@param - end_date@return - @throws - WexinReqException 设定文件UnsupportedEncodingExceptionWexinReqExceptionpublic static List<GraphicAnalysisRtnInfo> getUserReadHour(String accesstoken, String begin_date, String end_date) throws WexinReqException
@param - accesstoken@param - begin_date@param - end_date@return - @throws - WexinReqException 设定文件WexinReqExceptionpublic static List<GraphicAnalysisRtnInfo> getUserShare(String accesstoken, String begin_date, String end_date) throws WexinReqException
@param - accesstoken@param - begin_date@param - end_date@return - @throws - WexinReqException 设定文件WexinReqExceptionpublic static List<GraphicAnalysisRtnInfo> getUserShareHour(String accesstoken, String begin_date, String end_date) throws WexinReqException
Copyright © 2022. All rights reserved.