Uses of Class
com.foxinmy.weixin4j.qy.model.BatchResult
-
Packages that use BatchResult Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of BatchResult in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return BatchResult Modifier and Type Method Description BatchResult
WeixinProxy. getBatchResult(String jobId)
获取异步任务执行的结果 -
Uses of BatchResult in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return BatchResult Modifier and Type Method Description BatchResult
BatchApi. getBatchResult(String jobId)
获取异步任务执行的结果
-