data($result); } /** * @notes App设置 * @return \think\response\Json * @author 段誉 * @date 2022/3/29 10:25 */ public function setConfig() { $params = $this->request->post(); AppSettingLogic::setConfig($params); return $this->success('操作成功', [], 1, 1); } }