From c8322ca12a621bc677cf291a874649fc4f28ecc1 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 2 Aug 2024 10:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E5=8A=A1=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=20=E5=88=A0=E9=99=A4=E4=B8=80=E4=BA=9B=E6=89=A9?= =?UTF-8?q?=E5=B1=95=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E6=96=B9?= =?UTF-8?q?=E6=B3=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/apiRoute.php | 1 + 1 file changed, 1 insertion(+) diff --git a/route/apiRoute.php b/route/apiRoute.php index 1981c0b..606f15a 100644 --- a/route/apiRoute.php +++ b/route/apiRoute.php @@ -9,6 +9,7 @@ Route::group('api', function() { // 微信验证路由地址 Route::rule('InvoiceIssuance/add', 'api.InvoiceIssuance/add', 'post')->middleware(\app\middleware\WechatAuth::class); Route::rule('InvoiceIssuance/delete', 'api.InvoiceIssuance/delete', 'post')->middleware(\app\middleware\WechatAuth::class); + // 测试FeeService 接口 Route::rule('Test/index', 'api.Test/index', 'get'); //MISS路由定义 //Route::miss('api.Miss/index');