|
...
|
...
|
@@ -182,7 +182,7 @@ class CustomModuleCategoryController extends BaseController |
|
|
|
* @method :post
|
|
|
|
* @time :2024/1/11 9:46
|
|
|
|
*/
|
|
|
|
public function allSort(CustomModuleContentLogic $logic){
|
|
|
|
public function allSort(CustomModuleCategoryLogic $logic){
|
|
|
|
$logic->setAllSort();
|
|
|
|
$this->response('success');
|
|
|
|
}
|
...
|
...
|
|