Parcourir la source

创建微信公众号模块

zqwang il y a 1 an
Parent
commit
051e304e1c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      modules/WechatPlatform/routes/route.php

+ 3 - 3
modules/WechatPlatform/routes/route.php

@@ -2,6 +2,6 @@
 
 use Illuminate\Support\Facades\Route;
 
-Route::prefix('{module}')->group(function(){
-    //next
-});
+Route::prefix('wechat')->group(function(){
+
+});