mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信菜单推送
This commit is contained in:
parent
469cc1ae6c
commit
844fe75187
@ -150,8 +150,7 @@ class Menu extends BasicAdmin
|
||||
} else {
|
||||
$row['url'] = url($row['content'], '', true, true);
|
||||
}
|
||||
} elseif
|
||||
($row['type'] === 'event') {
|
||||
} elseif ($row['type'] === 'event') {
|
||||
if (isset($this->menuType[$row['content']])) {
|
||||
list($row['type'], $row['key']) = [$row['content'], "wechat_menu#id#{$row['id']}"];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user