From 6397a2ba8d63752ad608df5a6aeb93ad2cb34872 Mon Sep 17 00:00:00 2001 From: youda Date: Fri, 25 Apr 2025 11:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/route/app.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/api/route/app.php b/app/api/route/app.php index c685419..d662e5c 100755 --- a/app/api/route/app.php +++ b/app/api/route/app.php @@ -138,10 +138,10 @@ Route::any('warehouse_order_logistics', 'Warehouse/warehouse_order_logistics'); #============================ #Notify.php通知回调 #============================ -Route::any('notify/order_notify', 'Notify/order_notify'); -Route::any('notify/ceshi', 'Notify/ceshi'); -Route::any('notify/order_notify7', 'Notify/order_notify7'); -Route::any('ad_notify', 'Notify/ad_notify'); +// Route::any('notify/order_notify', 'Notify/order_notify'); +// Route::any('notify/ceshi', 'Notify/ceshi'); +// Route::any('notify/order_notify7', 'Notify/order_notify7'); +// Route::any('ad_notify', 'Notify/ad_notify'); Route::any('user_sign_list', 'User/user_sign_list'); Route::any('user_sign', 'User/user_sign'); Route::any('shop_seckill_index', 'Seckill/shop_seckill_index');