From 5ffe086ec17f69d1c2fb64cc07faedc99ba338eb Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 5 May 2018 18:17:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E8=8F=9C=E5=8D=95=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/store/init.php b/application/store/init.php index b79af111b..7aef67398 100644 --- a/application/store/init.php +++ b/application/store/init.php @@ -23,6 +23,7 @@ Route::rule('wx--', function (Request $request, $controller, return App::action("store/wechat.{$controller}/{$action}", $params); }); +// 微信菜单链接配置 $GLOBALS['WechatMenuLink'][] = [ 'link' => 'wx-demo-jsapi', 'title' => '微信JSAPI支付测试',