This commit is contained in:
mkm 2023-08-25 10:45:20 +08:00
parent 34ffead43b
commit 23bbc558f9

View File

@ -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');