data($result); } /** * @notes 配置 * @return mixed * @author Tab * @date 2021/11/11 15:26 */ public function setConfig() { $result = ToutiaoSettingLogic::setConfig($this->request->post()); if ($result) { return $this->success('设置成功', [], 1, 1); } return $this->fail(ToutiaoSettingLogic::getError()); } }