diff --git a/route/app.php b/route/app.php index 192ec1b6b..f41ef85b0 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::post('/v1/notify_authentication',IndexController::class . '@notifyAuthentication'); +Route::get('/v1/notify_authentication',IndexController::class . '@notifyAuthentication'); Route::get('/api/junziqian/download_file',JunziqianController::class . '@download_file'); \ No newline at end of file