新增转售审核接口
This commit is contained in:
parent
07ff8ff146
commit
0ad3524a93
@ -428,6 +428,9 @@ Route::group(function () {
|
|||||||
Route::post('show/:id', '/switchShow')->name('systemProductCommunityShow')->option([
|
Route::post('show/:id', '/switchShow')->name('systemProductCommunityShow')->option([
|
||||||
'_alias' => '显示状态',
|
'_alias' => '显示状态',
|
||||||
]);
|
]);
|
||||||
|
Route::post('status/:id', '/switchStatus')->name('systemProductCommunityStatus')->option([
|
||||||
|
'_alias' => '修改状态',
|
||||||
|
]);
|
||||||
})->prefix('admin.community.Community')->option([
|
})->prefix('admin.community.Community')->option([
|
||||||
'_path' => '/product/resale',
|
'_path' => '/product/resale',
|
||||||
'_auth' => true,
|
'_auth' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user