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