更新商品查询
This commit is contained in:
parent
6d3b507317
commit
ae82fd2ba2
@ -475,7 +475,7 @@ Route::group('api/', function () {
|
|||||||
Route::group('product/spu', function () {
|
Route::group('product/spu', function () {
|
||||||
//礼包 product/spu/bag
|
//礼包 product/spu/bag
|
||||||
Route::get('/bag', 'StoreSpu/bag');
|
Route::get('/bag', 'StoreSpu/bag');
|
||||||
//商品 product/spu/street/:id
|
//根据街道ID查询商品 product/spu/street/:id
|
||||||
Route::get('/street/:id', 'StoreSpu/streetLst');
|
Route::get('/street/:id', 'StoreSpu/streetLst');
|
||||||
//商品 product/spu/lst
|
//商品 product/spu/lst
|
||||||
Route::get('/lst', 'StoreSpu/lst');
|
Route::get('/lst', 'StoreSpu/lst');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user