This commit is contained in:
mkm 2023-08-25 10:44:19 +08:00
parent f97bae8db6
commit 34ffead43b

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