From ae82fd2ba2f592aae2344714709cf7ced97e2ffe Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 2 Sep 2023 11:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E5=93=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/api.php b/route/api.php index 15d8f715..7a782a9c 100644 --- a/route/api.php +++ b/route/api.php @@ -475,7 +475,7 @@ Route::group('api/', function () { Route::group('product/spu', function () { //礼包 product/spu/bag Route::get('/bag', 'StoreSpu/bag'); - //商品 product/spu/street/:id + //根据街道ID查询商品 product/spu/street/:id Route::get('/street/:id', 'StoreSpu/streetLst'); //商品 product/spu/lst Route::get('/lst', 'StoreSpu/lst');