更新商品查询

This commit is contained in:
yaooo 2023-09-02 11:38:07 +08:00
parent 6d3b507317
commit ae82fd2ba2

View File

@ -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');