Browse Source

创建微信公众号模块

zqwang 1 year ago
parent
commit
051e304e1c
1 changed files with 3 additions and 3 deletions
  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(){
+
+});