data(RegisterAwardLogic::getConfig()); } /** * @notes 注册奖励保存配置 * @return \think\response\Json * @author lbzy * @datetime 2024-06-17 09:57:41 */ function setConfig() { $params = (new RegisterAwardValidate())->post()->goCheck('set'); RegisterAwardLogic::setConfig($params); return $this->success('成功', [], 1, 1); } }