[更新]修正小程序插件

This commit is contained in:
Anyon 2018-04-19 16:04:14 +08:00
parent d937eab94b
commit a89b7fc761

View File

@ -61,7 +61,7 @@ class Plugs extends BasicWeChat
{ {
$url = 'https://api.weixin.qq.com/wxa/plugin?access_token=ACCESS_TOKEN'; $url = 'https://api.weixin.qq.com/wxa/plugin?access_token=ACCESS_TOKEN';
$this->registerApi($url, __FUNCTION__, func_get_args()); $this->registerApi($url, __FUNCTION__, func_get_args());
return $this->callPostApi($url, ['action' => 'list', 'plugin_appid' => $plugin_appid], true); return $this->callPostApi($url, ['action' => 'unbind', 'plugin_appid' => $plugin_appid], true);
} }