Skip to content

Commit 4271ab6

Browse files
committed
[更新]修改微信第三方平台
1 parent 5e2bda8 commit 4271ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wechat/WechatService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private function _parseFuncInfo($func_info) {
199199
$authorization_list = array();
200200
foreach ($func_info as $func) {
201201
foreach ($func as $f) {
202-
$authorization_list[] = $f['id'];
202+
isset($f['id']) && $authorization_list[] = $f['id'];
203203
}
204204
}
205205
return join($authorization_list, ',');

0 commit comments

Comments
 (0)