Package com.foxinmy.weixin4j.api
Class BaseApi
- java.lang.Object
-
- com.foxinmy.weixin4j.api.BaseApi
-
- Direct Known Subclasses:
CustomMessageApi
,LoginApi
,MchApi
,MchApi
,MpApi
,QrCodeApi
,QyApi
,SecCheckApi
,SubscribeMessageApi
,TemplateApi
,TemplateMessageApi
public abstract class BaseApi extends Object
API基础- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- 微信公众平台API文档, 微信企业号API文档
-
-
Field Summary
Fields Modifier and Type Field Description protected WeixinRequestExecutor
weixinExecutor
-
Constructor Summary
Constructors Constructor Description BaseApi()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected String
getRequestUri(String key)
protected abstract ResourceBundle
weixinBundle()
-
-
-
Field Detail
-
weixinExecutor
protected final WeixinRequestExecutor weixinExecutor
-
-
Method Detail
-
weixinBundle
protected abstract ResourceBundle weixinBundle()
-
-