success('', $data); } /** * @notes 底部导航保存 * @return \think\response\Json * @author 段誉 * @date 2022/9/6 9:58 */ public function save() { $params = $this->request->post(); DecorateTabbarLogic::save($params); return $this->success('操作成功', [], 1, 1); } }