boot.php 144 B

1234
  1. <?php
  2. Route::group(['namespace' => 'frontend\modules\wechat\controllers'], function () {
  3. Route::any('wechat', 'IndexController@index');
  4. });