From dccc20ec78a4822fbc37fe8073e5334b0c8c92ca Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Mon, 9 Oct 2023 09:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8E=B7=E5=8F=96app?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/route/api.php b/route/api.php index dd45b58a..c27af5f9 100644 --- a/route/api.php +++ b/route/api.php @@ -22,6 +22,7 @@ use think\facade\Route; Route::group('api/', function () { Route::any('test', 'api.Auth/test'); Route::any('dotest', 'api.Auth/dotest'); + Route::any('app/version', 'api.Auth/appVersion'); Route::post('merchant/syncStatus/:id', 'api.Auth/merchantStatus'); Route::get('business/agree', 'api.Auth/businessAgree'); Route::post('goods/take/:id', 'api.Auth/deliveryGoods');