调整分类查询

This commit is contained in:
luofei 2024-03-14 14:38:34 +08:00
parent 87df9ceb37
commit 515338aa89

View File

@ -224,7 +224,7 @@ class StoreCategory extends BaseController
// } // }
// } // }
// } // }
return app('json')->success($ret); return app('json')->success($data);
} }
/** /**