mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信菜单处理
This commit is contained in:
parent
6ad0d62abd
commit
5ffe086ec1
@ -23,6 +23,7 @@ Route::rule('wx-<controller>-<action>', function (Request $request, $controller,
|
||||
return App::action("store/wechat.{$controller}/{$action}", $params);
|
||||
});
|
||||
|
||||
// 微信菜单链接配置
|
||||
$GLOBALS['WechatMenuLink'][] = [
|
||||
'link' => 'wx-demo-jsapi',
|
||||
'title' => '微信JSAPI支付测试',
|
||||
|
Loading…
x
Reference in New Issue
Block a user