public class WxMaPluginServiceImpl extends Object implements WxMaPluginService
构造器和说明 |
---|
WxMaPluginServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
void |
applyPlugin(String pluginAppId,
String reason)
向插件开发者发起使用插件的申请
|
WxMaPluginListResult |
getPluginList()
查询已添加的插件
|
void |
unbindPlugin(String pluginAppId)
删除已添加的插件
|
void |
updatePlugin(String pluginAppId,
String userVersion)
快速更新插件版本号(第三方平台代小程序管理插件)
|
public void applyPlugin(String pluginAppId, String reason) throws WxErrorException
WxMaPluginService
applyPlugin
在接口中 WxMaPluginService
pluginAppId
- 插件 appIdreason
- 申请使用理由WxErrorException
- 异常public WxMaPluginListResult getPluginList() throws WxErrorException
WxMaPluginService
getPluginList
在接口中 WxMaPluginService
WxErrorException
- the wx error exceptionpublic void unbindPlugin(String pluginAppId) throws WxErrorException
WxMaPluginService
unbindPlugin
在接口中 WxMaPluginService
pluginAppId
- 插件 appIdWxErrorException
- the wx error exceptionpublic void updatePlugin(String pluginAppId, String userVersion) throws WxErrorException
WxMaPluginService
updatePlugin
在接口中 WxMaPluginService
pluginAppId
- 插件 appiduserVersion
- 升级至版本号,要求此插件版本支持快速更新WxErrorException
- the wx error exceptionCopyright © 2024. All rights reserved.