# Functions
向插件开发者发起使用插件的申请/查询已添加的插件/删除已添加的插件
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/plugin-management/pluginManager.applyPlugin.html
POST https://api.weixin.qq.com/wxa/plugin?access_token=TOKEN
*/.
获取当前所有插件使用方/修改插件使用申请的状态
See: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/plugin-management/pluginManager.getPluginDevApplyList.html
POST https://api.weixin.qq.com/wxa/devplugin?access_token=TOKEN
*/.