data($result); } /** * @notes H5设置 * @return \think\response\Json * @author ljj * @date 2022/9/23 10:02 上午 */ public function setConfig() { $params = (new H5SettingValidate())->post()->goCheck(); H5SettingLogic::setConfig($params); return $this->success('操作成功', [], 1, 1); } }