We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2bda8 commit 4271ab6Copy full SHA for 4271ab6
Wechat/WechatService.php
@@ -199,7 +199,7 @@ private function _parseFuncInfo($func_info) {
199
$authorization_list = array();
200
foreach ($func_info as $func) {
201
foreach ($func as $f) {
202
- $authorization_list[] = $f['id'];
+ isset($f['id']) && $authorization_list[] = $f['id'];
203
}
204
205
return join($authorization_list, ',');
0 commit comments