|
|
|
@ -10,7 +10,7 @@ Route::group('wechat', function() { |
|
|
|
Route::rule('Login/code2session', 'wechat.Login/code2session', 'post'); |
|
|
|
Route::rule('Login/login', 'wechat.Login/login', 'post'); |
|
|
|
Route::rule('Login/getWxCode', 'wechat.Login/getWxCode', 'get'); |
|
|
|
Route::rule('Login/wx', 'wechat.Login/wx', 'post'); |
|
|
|
Route::rule('Login/wx', 'wechat.Login/wx', 'get'); |
|
|
|
Route::rule('Wechat/index', 'wechat.Wechat/index', 'get'); |
|
|
|
|
|
|
|
}); |
|
|
|
|