From 9d2d8836683dc8f2f838c0d29dc716b2f98acf51 Mon Sep 17 00:00:00 2001 From: flucout Date: Sun, 21 Jul 2024 17:59:44 +0800 Subject: [PATCH] update --- route/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/route/app.php b/route/app.php index a0f6895..b20a7b4 100644 --- a/route/app.php +++ b/route/app.php @@ -57,8 +57,8 @@ Route::group('api', function () { Route::post('/Cert/get_product_list', 'api/return_success'); Route::get('/Pluginother/get_file', 'api/download_plugin_other'); - Route::post('/Pluginother/create_order', 'api/return_error'); - Route::post('/Pluginother/renew_order', 'api/return_error'); + Route::post('/Pluginother/create_order', 'api/return_success'); + Route::post('/Pluginother/renew_order', 'api/return_success'); Route::post('/Pluginother/order_stat', 'api/return_empty'); Route::post('/Pluginother/re_order_stat', 'api/return_empty'); Route::post('/Pluginother/create_order_okey', 'api/return_empty');