getConfig(); return $this->data($result); } /** * @notes 设置小程序配置 * @return \think\response\Json * @author ljj * @date 2022/2/16 9:51 上午 */ public function setConfig() { $params = (new MnpSettingsValidate())->post()->goCheck(); (new MnpSettingsLogic())->setConfig($params); return $this->success('操作成功', [], 1, 1); } }