|
|
@@ -5,6 +5,7 @@ use Illuminate\Support\Facades\Route;
|
|
|
|
|
|
|
|
|
Route::group(['domain' => env('APP_HOST_WEB')],function (){
|
|
|
- Route::match(['get','post'],'wx_info', 'UserController@getWxInfo')->name('news.info');//获取用户信息
|
|
|
+ Route::match(['get','post'],'cs', 'UserController@index')->name('index');
|
|
|
+ Route::match(['get','post'],'wx_info', 'UserController@getWxInfo')->name('wx_info');//获取用户信息
|
|
|
|
|
|
});
|