post()->goCheck(); (new AwardIntegralLogic())->setConfig($params); return $this->success('设置成功',[],1, 1); } /** * @notes 获取消费奖励 * @return \think\response\Json * @author ljj * @date 2022/3/30 11:57 上午 */ public function getConfig() { $result = (new AwardIntegralLogic())->getConfig(); return $this->success('获取成功',$result); } }