public interface WxOpenService
| 限定符和类型 | 方法和说明 |
|---|---|
String |
get(String url,
String queryParam)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求
|
WxOpenComponentService |
getWxOpenComponentService() |
WxOpenConfigStorage |
getWxOpenConfigStorage() |
String |
post(String url,
String postData)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求
|
void |
setWxOpenConfigStorage(WxOpenConfigStorage wxOpenConfigStorage) |
WxOpenComponentService getWxOpenComponentService()
WxOpenConfigStorage getWxOpenConfigStorage()
void setWxOpenConfigStorage(WxOpenConfigStorage wxOpenConfigStorage)
String get(String url, String queryParam) throws WxErrorException
WxErrorExceptionString post(String url, String postData) throws WxErrorException
WxErrorExceptionCopyright © 2018. All rights reserved.