feat: 新增产品设置排序值接口
This commit is contained in:
@@ -121,6 +121,9 @@ Route::group('v1', function () {
|
||||
// 产品更新
|
||||
Route::put('update/:id', 'Product/update');
|
||||
|
||||
// 设置排序值
|
||||
Route::post('sort/:id', 'Product/sort');
|
||||
|
||||
// 上/下架操作
|
||||
Route::get('updown_shelves/:id', 'Product/updownShelves');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user