diff --git a/route/app.php b/route/app.php index f41ef85b0..995d38958 100755 --- a/route/app.php +++ b/route/app.php @@ -36,5 +36,5 @@ Route::rule('crontab', function () { Route::post('/notify_url', IndexController::class . '@notifyUrl'); Route::post('/v1/notify_property',IndexController::class . '@notifyProperty'); -Route::get('/v1/notify_authentication',IndexController::class . '@notifyAuthentication'); +Route::any('/v1/notify_authentication',IndexController::class . '@notifyAuthentication'); Route::get('/api/junziqian/download_file',JunziqianController::class . '@download_file'); \ No newline at end of file