org.jeewx.api.report.datastatistics
类 Test
- java.lang.Object
-
- org.jeewx.api.report.datastatistics.Test
-
public class Test extends java.lang.Object
-
-
构造器概要
构造器 构造器和说明 Test()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.String
getAccessToken()
void
getArticleSummary()
void
getArticleTotal()
void
getUserCumulate()
void
getUserRead()
void
getUserReadHour()
void
getUserShare()
void
getUserShareHour()
void
getUserSummary()
static void
main(java.lang.String[] args)
-
-
-
方法详细资料
-
main
public static void main(java.lang.String[] args) throws WexinReqException
-
getAccessToken
public java.lang.String getAccessToken() throws WexinReqException
-
getUserSummary
public void getUserSummary() throws WexinReqException
-
getUserCumulate
public void getUserCumulate() throws WexinReqException
-
getArticleSummary
public void getArticleSummary() throws WexinReqException
-
getArticleTotal
public void getArticleTotal() throws WexinReqException
-
getUserRead
public void getUserRead() throws WexinReqException
-
getUserReadHour
public void getUserReadHour() throws WexinReqException
-
getUserShare
public void getUserShare() throws WexinReqException
-
getUserShareHour
public void getUserShareHour() throws WexinReqException
-
-