getConfig(); return $this->data($result); } /** * @notes 设置公众号配置 * @return \think\response\Json * @author ljj * @date 2022/2/16 10:09 上午 */ public function setConfig() { $params = (new OfficialAccountSettingValidate())->post()->goCheck(); (new OfficialAccountSettingLogic())->setConfig($params); return $this->success('操作成功',[],1,1); } }