|
@@ -107,7 +107,7 @@ Route::group([
|
|
|
$router->get('wechat_auth', 'Api\Auth\AuthController@wechatAuth')->name('api.auth.wechat_auth');
|
|
|
$router->get('wechat_auth_back', 'Api\Auth\AuthController@wechatAuthBack')->name('api.auth.wechat_auth_back');
|
|
|
$router->post('test', 'Api\Auth\AuthController@test')->name('api.auth.test');
|
|
|
- $router->post('getInfoByToken', 'Api\Auth\AuthController@getInfoByToken')->name('api.auth.getInfoByToken')->middleware('crossDomain');
|
|
|
+ $router->post('getInfoByToken', 'Api\Auth\AuthController@getInfoByToken')->name('api.auth.getInfoByToken');
|
|
|
});
|
|
|
|
|
|
/*抖音招聘*/
|