getConfig(); return $this->success('',$data); } /** * @notes 设置配置 * @return \think\response\Json * @author cjhao * @date 2024/11/1 13:21 */ public function setConfig() { $params = $this->request->post(); (new BaseLogic())->setConfig($params); return $this->success('设置成功',[],1,1); } }