作者 lyh

gx

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