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