public interface WxMpService extends WxService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addConfigStorage(String mpId,
WxMpConfigStorage configStorage)
Map里 加入新的
WxMpConfigStorage,适用于动态添加新的微信公众号配置. |
String |
buildQrConnectUrl(String redirectUri,
String scope,
String state)
构造第三方使用网站应用授权登录的url.
|
boolean |
checkSignature(String timestamp,
String nonce,
String signature)
验证消息的确来自微信服务器.
|
void |
clearQuota(String appid)
公众号调用或第三方平台帮公众号调用对公众号的所有api调用(包括第三方帮其调用)次数进行清零:
HTTP调用:https://api.weixin.qq.com/cgi-bin/clear_quota?
|
WxJsapiSignature |
createJsapiSignature(String url)
创建调用jsapi时所需要的签名.
|
<T,E> T |
execute(RequestExecutor<T,E> executor,
String url,
E data)
Service没有实现某个API的时候,可以用这个,
比
get(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)和post(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)方法更灵活,可以自己构造RequestExecutor用来处理不同的参数和不同的返回类型。 |
<T,E> T |
execute(RequestExecutor<T,E> executor,
WxMpApiUrl url,
E data)
Service没有实现某个API的时候,可以用这个,
比
get(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)和post(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)方法更灵活,可以自己构造RequestExecutor用来处理不同的参数和不同的返回类型。 |
WxMpShortKeyResult |
fetchShorten(String shortKey)
短key解析 将短key还原为长信息。
|
String |
genShorten(String longData,
Integer expireSeconds)
短key托管 类似于短链API.
|
String |
get(WxMpApiUrl url,
String queryParam)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的GET请求.
|
String |
getAccessToken()
获取access_token, 不强制刷新access_token.
|
String |
getAccessToken(boolean forceRefresh)
获取access_token,本方法线程安全.
|
WxMpAiOpenService |
getAiOpenService()
返回AI开放接口方法的实现类对象,以方便调用其各个接口.
|
WxMpUserBlacklistService |
getBlackListService()
返回用户黑名单管理相关接口方法的实现类对象,以方便调用其各个接口.
|
String[] |
getCallbackIP()
获取微信服务器IP地址
http://mp.weixin.qq.com/wiki/0/2ad4b6bfd29f30f71d39616c2a0fcedc.html
|
WxMpCardService |
getCardService()
返回卡券相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpCommentService |
getCommentService()
返回评论数据管理接口方法的实现类对象,以方便调用其各个接口.
|
WxMpCurrentAutoReplyInfo |
getCurrentAutoReplyInfo()
获取公众号的自动回复规则.
|
WxMpDataCubeService |
getDataCubeService()
返回数据分析统计相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpDeviceService |
getDeviceService()
返回硬件平台相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpDraftService |
getDraftService()
返回草稿箱相关接口
|
WxMpFreePublishService |
getFreePublishService()
返回发布能力接口
|
WxMpGuideBuyerService |
getGuideBuyerService()
获取微信导购买家服务接口
|
WxMpGuideMassedJobService |
getGuideMassedJobService()
获取微信导购批量任务服务接口
|
WxMpGuideMaterialService |
getGuideMaterialService()
获取微信导购素材服务接口
|
WxMpGuideService |
getGuideService()
获取微信导购服务接口
|
WxMpGuideTagService |
getGuideTagService()
获取微信导购标签服务接口
|
WxImgProcService |
getImgProcService()
返回图像处理接口的实现类对象,以方便调用其各个接口.
|
String |
getJsapiTicket()
获得jsapi_ticket,不强制刷新jsapi_ticket.
|
String |
getJsapiTicket(boolean forceRefresh)
获得jsapi_ticket.
|
WxMpKefuService |
getKefuService()
返回客服接口方法实现类,以方便调用其各个接口.
|
WxMpMarketingService |
getMarketingService()
返回营销相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpMassMessageService |
getMassMessageService()
返回群发消息相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpMaterialService |
getMaterialService()
返回素材相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpMemberCardService |
getMemberCardService()
返回会员卡相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpMenuService |
getMenuService()
返回菜单相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpMerchantInvoiceService |
getMerchantInvoiceService()
获取微信商户发票服务接口
|
WxOAuth2Service |
getOAuth2Service()
获取OAuth2服务接口
|
WxOcrService |
getOcrService()
返回OCR接口方法的实现类对象,以方便调用其各个接口.
|
WxMpQrcodeService |
getQrcodeService()
返回二维码相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpReimburseInvoiceService |
getReimburseInvoiceService()
返回电子发票报销方相关接口
|
RequestHttp<?,?> |
getRequestHttp()
获取RequestHttp对象.
|
WxMpShakeService |
getShakeService()
返回摇一摇周边相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpStoreService |
getStoreService()
返回门店管理相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpSubscribeMsgService |
getSubscribeMsgService()
返回一次性订阅消息相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpTemplateMsgService |
getTemplateMsgService()
返回模板消息相关接口方法的实现类对象,以方便调用其各个接口.
|
String |
getTicket(TicketType ticketType)
获得ticket,不强制刷新ticket.
|
String |
getTicket(TicketType ticketType,
boolean forceRefresh)
获得ticket.
|
WxMpUserService |
getUserService()
返回用户相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpUserTagService |
getUserTagService()
返回用户标签相关接口方法的实现类对象,以方便调用其各个接口.
|
WxMpWifiService |
getWifiService()
返回WIFI接口方法的实现类对象,以方便调用其各个接口.
|
WxMpConfigStorage |
getWxMpConfigStorage()
获取WxMpConfigStorage 对象.
|
void |
initHttp()
初始化http请求对象.
|
WxNetCheckResult |
netCheck(String action,
String operator)
网络检测
https://mp.weixin.qq.com/wiki?
|
String |
post(WxMpApiUrl url,
com.google.gson.JsonObject jsonObject)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
|
String |
post(WxMpApiUrl url,
Object obj)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
|
String |
post(WxMpApiUrl url,
String postData)
当本Service没有实现某个API的时候,可以用这个,针对所有微信API中的POST请求.
|
void |
removeConfigStorage(String mpId)
从 Map中 移除
mpId 所对应的 WxMpConfigStorage,适用于动态移除微信公众号配置. |
WxMpSemanticQueryResult |
semanticQuery(WxMpSemanticQuery semanticQuery)
语义查询接口.
|
void |
setAiOpenService(WxMpAiOpenService aiOpenService)
设置AI开放服务接口
|
void |
setBlackListService(WxMpUserBlacklistService blackListService)
设置用户黑名单服务接口
|
void |
setCardService(WxMpCardService cardService)
设置卡券服务接口
|
void |
setCommentService(WxMpCommentService commentService)
设置评论数据管理服务接口
|
void |
setDataCubeService(WxMpDataCubeService dataCubeService)
设置数据分析服务接口
|
void |
setDeviceService(WxMpDeviceService deviceService)
设置硬件平台服务接口
|
void |
setDraftService(WxMpDraftService draftService)
设置草稿箱服务接口
|
void |
setFreePublishService(WxMpFreePublishService freePublishService)
设置发布能力服务接口
|
void |
setGuideBuyerService(WxMpGuideBuyerService guideBuyerService)
设置微信导购买家服务接口
|
void |
setGuideMassedJobService(WxMpGuideMassedJobService guideMassedJobService)
设置微信导购批量任务服务接口
|
void |
setGuideMaterialService(WxMpGuideMaterialService guideMaterialService)
设置微信导购素材服务接口
|
void |
setGuideService(WxMpGuideService guideService)
设置微信导购服务接口
|
void |
setGuideTagService(WxMpGuideTagService guideTagService)
设置微信导购标签服务接口
|
void |
setImgProcService(WxImgProcService imgProcService)
设置图像处理服务接口
|
void |
setKefuService(WxMpKefuService kefuService)
设置客服服务接口
|
void |
setMarketingService(WxMpMarketingService marketingService)
设置营销服务接口
|
void |
setMassMessageService(WxMpMassMessageService massMessageService)
设置群发消息服务接口
|
void |
setMaterialService(WxMpMaterialService materialService)
设置素材服务接口
|
void |
setMaxRetryTimes(int maxRetryTimes)
设置当微信系统响应系统繁忙时,最大重试次数.
|
void |
setMemberCardService(WxMpMemberCardService memberCardService)
设置会员卡服务接口
|
void |
setMenuService(WxMpMenuService menuService)
设置菜单服务接口
|
void |
setMerchantInvoiceService(WxMpMerchantInvoiceService merchantInvoiceService)
设置微信商户发票服务接口
|
void |
setMultiConfigStorages(Map<String,WxMpConfigStorage> configStorages)
注入多个
WxMpConfigStorage 的实现. |
void |
setMultiConfigStorages(Map<String,WxMpConfigStorage> configStorages,
String defaultMpId)
注入多个
WxMpConfigStorage 的实现. |
void |
setOAuth2Service(WxOAuth2Service oAuth2Service)
设置OAuth2服务接口
|
void |
setOcrService(WxOcrService ocrService)
设置OCR服务接口
|
void |
setQrcodeService(WxMpQrcodeService qrcodeService)
设置二维码服务接口
|
void |
setReimburseInvoiceService(WxMpReimburseInvoiceService reimburseInvoiceService)
设置电子发票报销方服务接口
|
void |
setRetrySleepMillis(int retrySleepMillis)
设置当微信系统响应系统繁忙时,要等待多少 retrySleepMillis(ms) * 2^(重试次数 - 1) 再发起重试.
|
void |
setShakeService(WxMpShakeService shakeService)
设置摇一摇周边服务接口
|
void |
setStoreService(WxMpStoreService storeService)
设置门店服务接口
|
void |
setTemplateMsgService(WxMpTemplateMsgService templateMsgService)
设置模板消息服务接口
|
void |
setUserService(WxMpUserService userService)
设置用户服务接口
|
void |
setUserTagService(WxMpUserTagService userTagService)
设置用户标签服务接口
|
void |
setWxMpConfigStorage(WxMpConfigStorage wxConfigProvider)
设置
WxMpConfigStorage 的实现. |
String |
shortUrl(String longUrl)
已过时。
请使用
genShorten(String, Integer) 方法 |
boolean |
switchover(String mpId)
进行相应的公众号切换.
|
boolean |
switchover(String mpId,
java.util.function.Function<String,WxMpConfigStorage> func)
进行相应的公众号切换,支持自定义配置获取函数.
|
WxMpService |
switchoverTo(String mpId)
进行相应的公众号切换.
|
WxMpService |
switchoverTo(String mpId,
java.util.function.Function<String,WxMpConfigStorage> func)
进行相应的公众号切换,支持自定义配置获取函数.
|
String genShorten(String longData, Integer expireSeconds) throws WxErrorException
短key托管 类似于短链API. 详情请见: https://developers.weixin.qq.com/doc/offiaccount/Account_Management/KEY_Shortener.html
longData - 需要转换的长信息,不超过4KBexpireSeconds - 短key有效期(单位秒),最大值为2592000(即30天),默认为2592000(30天)WxErrorException - 微信API调用异常WxMpShortKeyResult fetchShorten(String shortKey) throws WxErrorException
短key解析 将短key还原为长信息。 详情请见: https://developers.weixin.qq.com/doc/offiaccount/Account_Management/KEY_Shortener.html
shortKey - 短key,15字节,base62编码(0-9/a-z/A-Z)WxErrorException - 微信API调用异常boolean checkSignature(String timestamp, String nonce, String signature)
验证消息的确来自微信服务器. 详情请见: http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421135319&token=&lang=zh_CN
timestamp - 时间戳,字符串格式nonce - 随机串,字符串格式signature - 签名,字符串格式String getAccessToken() throws WxErrorException
WxErrorException - 微信API调用异常获取access_token,可选择是否强制刷新String getAccessToken(boolean forceRefresh) throws WxErrorException
获取access_token,本方法线程安全. 且在多线程同时刷新时只刷新一次,避免超出2000次/日的调用次数上限 另:本service的所有方法都会在access_token过期时调用此方法 程序员在非必要情况下尽量不要主动调用此方法 详情请见: http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140183&token=&lang=zh_CN
forceRefresh - 是否强制刷新,true表示强制刷新,false表示使用缓存WxErrorException - 微信API调用异常String getTicket(TicketType ticketType) throws WxErrorException
ticketType - ticket 类型,通过TicketType枚举指定WxErrorException - 微信API调用异常获得ticket,可选择是否强制刷新String getTicket(TicketType ticketType, boolean forceRefresh) throws WxErrorException
获得ticket. 获得时会检查 Token是否过期,如果过期了,那么就刷新一下,否则就什么都不干
ticketType - ticket类型,通过TicketType枚举指定forceRefresh - 强制刷新,true表示强制刷新,false表示使用缓存WxErrorException - 微信API调用异常String getJsapiTicket() throws WxErrorException
WxErrorException - 微信API调用异常获得jsapi_ticket,可选择是否强制刷新String getJsapiTicket(boolean forceRefresh) throws WxErrorException
获得jsapi_ticket. 获得时会检查jsapiToken是否过期,如果过期了,那么就刷新一下,否则就什么都不干 详情请见:http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN
forceRefresh - 强制刷新,true表示强制刷新,false表示使用缓存WxErrorException - 微信API调用异常WxJsapiSignature createJsapiSignature(String url) throws WxErrorException
创建调用jsapi时所需要的签名. 详情请见:http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN
url - 当前网页的URL,不包括#及其后面部分WxErrorException - 微信API调用异常@Deprecated String shortUrl(String longUrl) throws WxErrorException
genShorten(String, Integer) 方法长链接转短链接接口. 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=长链接转短链接接口
longUrl - 长url,需要转换的原始URLWxErrorException - 微信API调用异常WxMpSemanticQueryResult semanticQuery(WxMpSemanticQuery semanticQuery) throws WxErrorException
语义查询接口. 详情请见:http://mp.weixin.qq.com/wiki/index.php?title=语义理解
semanticQuery - 查询条件,包含查询内容、类型等信息WxErrorException - 微信API调用异常String buildQrConnectUrl(String redirectUri, String scope, String state)
构造第三方使用网站应用授权登录的url. 详情请见: 网站应用微信登录开发指南 URL格式为:https://open.weixin.qq.com/connect/qrconnect?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
redirectUri - 用户授权完成后的重定向链接,无需urlencode, 方法内会进行encodescope - 应用授权作用域,拥有多个作用域用逗号(,)分隔,网页应用目前仅填写snsapi_login即可state - 非必填,用于保持请求和回调的状态,授权请求后原样带回给第三方。该参数可用于防止csrf攻击(跨站请求伪造攻击),建议第三方带上该参数,可设置为简单的随机数加session进行校验String[] getCallbackIP() throws WxErrorException
获取微信服务器IP地址 http://mp.weixin.qq.com/wiki/0/2ad4b6bfd29f30f71d39616c2a0fcedc.html
WxErrorException - 微信API调用异常WxNetCheckResult netCheck(String action, String operator) throws WxErrorException
网络检测 https://mp.weixin.qq.com/wiki?t=resource/res_main&id=21541575776DtsuT 为了帮助开发者排查回调连接失败的问题,提供这个网络检测的API。它可以对开发者URL做域名解析,然后对所有IP进行一次ping操作,得到丢包率和耗时。
action - 执行的检测动作,可选值:all(全部检测)、dns(仅域名解析)、ping(仅网络连通性检测)operator - 指定平台从某个运营商进行检测,可选值:CHINANET(中国电信)、UNICOM(中国联通)、CAP(中国联通)、CUCC(中国联通)WxErrorException - 微信API调用异常WxMpCurrentAutoReplyInfo getCurrentAutoReplyInfo() throws WxErrorException
获取公众号的自动回复规则. https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Getting_Rules_for_Auto_Replies.html 开发者可以通过该接口,获取公众号当前使用的自动回复规则,包括关注后自动回复、消息自动回复(60分钟内触发一次)、关键词自动回复。 请注意: 1、第三方平台开发者可以通过本接口,在旗下公众号将业务授权给你后,立即通过本接口检测公众号的自动回复配置,并通过接口再次给公众号设置好自动回复规则,以提升公众号运营者的业务体验。 2、本接口仅能获取公众号在公众平台官网的自动回复功能中设置的自动回复规则,若公众号自行开发实现自动回复,或通过第三方平台开发者来实现,则无法获取。 3、认证/未认证的服务号/订阅号,以及接口测试号,均拥有该接口权限。 4、从第三方平台的公众号登录授权机制上来说,该接口从属于消息与菜单权限集。 5、本接口中返回的图片/语音/视频为临时素材(临时素材每次获取都不同,3天内有效,通过素材管理-获取临时素材接口来获取这些素材),本接口返回的图文消息为永久素材素材(通过素材管理-获取永久素材接口来获取这些素材)。 接口调用请求说明 http请求方式: GET(请使用https协议) https://api.weixin.qq.com/cgi-bin/get_current_autoreply_info?access_token=ACCESS_TOKEN
WxErrorException - 微信API调用异常void clearQuota(String appid) throws WxErrorException
公众号调用或第三方平台帮公众号调用对公众号的所有api调用(包括第三方帮其调用)次数进行清零: HTTP调用:https://api.weixin.qq.com/cgi-bin/clear_quota?access_token=ACCESS_TOKEN 接口文档地址:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433744592
appid - 公众号的APPID,需要清零调用的公众号的appidWxErrorException - 微信API调用异常<T,E> T execute(RequestExecutor<T,E> executor, String url, E data) throws WxErrorException
Service没有实现某个API的时候,可以用这个, 比get(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)和post(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)方法更灵活,可以自己构造RequestExecutor用来处理不同的参数和不同的返回类型。 可以参考,MediaUploadRequestExecutor的实现方法
T - 返回值类型E - 参数类型executor - 执行器,用于处理请求和响应url - 接口地址,字符串格式data - 参数数据,根据API不同可能是不同类型WxErrorException - 微信API调用异常String get(WxMpApiUrl url, String queryParam) throws WxErrorException
url - 请求接口地址,通过WxMpApiUrl枚举指定queryParam - 参数,字符串格式,通常是URL查询参数WxErrorException - 微信API调用异常String post(WxMpApiUrl url, String postData) throws WxErrorException
url - 请求接口地址,通过WxMpApiUrl枚举指定postData - 请求参数json值,字符串格式WxErrorException - 微信API调用异常String post(WxMpApiUrl url, Object obj) throws WxErrorException
url - 请求接口地址,通过WxMpApiUrl枚举指定obj - 请求参数,对象格式,会被序列化为JSONWxErrorException - 微信API调用异常String post(WxMpApiUrl url, com.google.gson.JsonObject jsonObject) throws WxErrorException
url - 请求接口地址,通过WxMpApiUrl枚举指定jsonObject - 请求参数json对象,JSON格式WxErrorException - 微信API调用异常<T,E> T execute(RequestExecutor<T,E> executor, WxMpApiUrl url, E data) throws WxErrorException
Service没有实现某个API的时候,可以用这个, 比get(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)和post(me.chanjar.weixin.mp.enums.WxMpApiUrl, java.lang.String)方法更灵活,可以自己构造RequestExecutor用来处理不同的参数和不同的返回类型。 可以参考,MediaUploadRequestExecutor的实现方法
T - 返回值类型E - 参数类型executor - 执行器,用于处理请求和响应url - 接口地址,通过WxMpApiUrl枚举指定data - 参数数据,根据API不同可能是不同类型WxErrorException - 微信API调用异常void setRetrySleepMillis(int retrySleepMillis)
retrySleepMillis - 重试等待时间,单位毫秒,默认1000msvoid setMaxRetryTimes(int maxRetryTimes)
设置当微信系统响应系统繁忙时,最大重试次数. 默认:5次
maxRetryTimes - 最大重试次数,默认5次WxMpConfigStorage getWxMpConfigStorage()
void setWxMpConfigStorage(WxMpConfigStorage wxConfigProvider)
WxMpConfigStorage 的实现. 兼容老版本wxConfigProvider - 微信公众号配置存储对象void addConfigStorage(String mpId, WxMpConfigStorage configStorage)
WxMpConfigStorage,适用于动态添加新的微信公众号配置.mpId - 公众号id,用于标识不同的公众号configStorage - 新的微信配置,微信公众号配置存储对象void removeConfigStorage(String mpId)
mpId 所对应的 WxMpConfigStorage,适用于动态移除微信公众号配置.mpId - 对应公众号的标识,用于标识不同的公众号void setMultiConfigStorages(Map<String,WxMpConfigStorage> configStorages)
configStorages - WxMpConfigStorage map,公众号id到配置存储对象的映射void setMultiConfigStorages(Map<String,WxMpConfigStorage> configStorages, String defaultMpId)
configStorages - WxMpConfigStorage map,公众号id到配置存储对象的映射defaultMpId - 设置一个WxMpConfigStorage 所对应的mpId进行Http初始化boolean switchover(String mpId)
mpId - 公众号标识,用于标识不同的公众号boolean switchover(String mpId, java.util.function.Function<String,WxMpConfigStorage> func)
mpId - 公众号标识,用于标识不同的公众号func - 自定义配置获取函数,当配置不存在时使用WxMpService switchoverTo(String mpId)
mpId - 公众号标识,用于标识不同的公众号WxMpService switchoverTo(String mpId, java.util.function.Function<String,WxMpConfigStorage> func)
mpId - 公众号标识,用于标识不同的公众号func - 自定义配置获取函数,当配置不存在时使用WxMpKefuService getKefuService()
WxMpMaterialService getMaterialService()
WxMpMenuService getMenuService()
WxMpUserService getUserService()
WxMpUserTagService getUserTagService()
WxMpQrcodeService getQrcodeService()
WxMpCardService getCardService()
WxMpDataCubeService getDataCubeService()
WxMpUserBlacklistService getBlackListService()
WxMpStoreService getStoreService()
WxMpTemplateMsgService getTemplateMsgService()
WxMpSubscribeMsgService getSubscribeMsgService()
WxMpDeviceService getDeviceService()
WxMpShakeService getShakeService()
WxMpMemberCardService getMemberCardService()
WxMpMarketingService getMarketingService()
void initHttp()
RequestHttp<?,?> getRequestHttp()
WxMpMassMessageService getMassMessageService()
WxMpAiOpenService getAiOpenService()
WxMpWifiService getWifiService()
WxOcrService getOcrService()
WxImgProcService getImgProcService()
WxMpReimburseInvoiceService getReimburseInvoiceService()
WxMpDraftService getDraftService()
WxMpFreePublishService getFreePublishService()
void setReimburseInvoiceService(WxMpReimburseInvoiceService reimburseInvoiceService)
reimburseInvoiceService - 电子发票报销方服务接口void setKefuService(WxMpKefuService kefuService)
kefuService - 客服服务接口void setMaterialService(WxMpMaterialService materialService)
materialService - 素材服务接口void setMenuService(WxMpMenuService menuService)
menuService - 菜单服务接口void setUserService(WxMpUserService userService)
userService - 用户服务接口void setUserTagService(WxMpUserTagService userTagService)
userTagService - 用户标签服务接口void setQrcodeService(WxMpQrcodeService qrcodeService)
qrcodeService - 二维码服务接口void setCardService(WxMpCardService cardService)
cardService - 卡券服务接口void setStoreService(WxMpStoreService storeService)
storeService - 门店服务接口void setDataCubeService(WxMpDataCubeService dataCubeService)
dataCubeService - 数据分析服务接口void setBlackListService(WxMpUserBlacklistService blackListService)
blackListService - 用户黑名单服务接口void setTemplateMsgService(WxMpTemplateMsgService templateMsgService)
templateMsgService - 模板消息服务接口void setDeviceService(WxMpDeviceService deviceService)
deviceService - 硬件平台服务接口void setShakeService(WxMpShakeService shakeService)
shakeService - 摇一摇周边服务接口void setMemberCardService(WxMpMemberCardService memberCardService)
memberCardService - 会员卡服务接口void setMassMessageService(WxMpMassMessageService massMessageService)
massMessageService - 群发消息服务接口void setAiOpenService(WxMpAiOpenService aiOpenService)
aiOpenService - AI开放服务接口void setMarketingService(WxMpMarketingService marketingService)
marketingService - 营销服务接口void setOcrService(WxOcrService ocrService)
ocrService - OCR服务接口void setImgProcService(WxImgProcService imgProcService)
imgProcService - 图像处理服务接口WxMpCommentService getCommentService()
void setCommentService(WxMpCommentService commentService)
commentService - 评论数据管理服务接口WxOAuth2Service getOAuth2Service()
void setOAuth2Service(WxOAuth2Service oAuth2Service)
oAuth2Service - OAuth2服务接口WxMpGuideService getGuideService()
void setGuideService(WxMpGuideService guideService)
guideService - 微信导购服务接口WxMpGuideBuyerService getGuideBuyerService()
void setGuideBuyerService(WxMpGuideBuyerService guideBuyerService)
guideBuyerService - 微信导购买家服务接口WxMpGuideTagService getGuideTagService()
void setGuideTagService(WxMpGuideTagService guideTagService)
guideTagService - 微信导购标签服务接口WxMpGuideMaterialService getGuideMaterialService()
void setGuideMaterialService(WxMpGuideMaterialService guideMaterialService)
guideMaterialService - 微信导购素材服务接口WxMpGuideMassedJobService getGuideMassedJobService()
void setGuideMassedJobService(WxMpGuideMassedJobService guideMassedJobService)
guideMassedJobService - 微信导购批量任务服务接口WxMpMerchantInvoiceService getMerchantInvoiceService()
void setMerchantInvoiceService(WxMpMerchantInvoiceService merchantInvoiceService)
merchantInvoiceService - 微信商户发票服务接口void setDraftService(WxMpDraftService draftService)
draftService - 草稿箱服务接口void setFreePublishService(WxMpFreePublishService freePublishService)
freePublishService - 发布能力服务接口Copyright © 2026. All rights reserved.