发布v2.5.8版本

This commit is contained in:
雨中磐石
2023-06-02 12:45:32 +08:00
parent 933116df98
commit 8268247fdb
6 changed files with 33 additions and 15 deletions

View File

@@ -175,7 +175,9 @@ class indexreimClassAction extends apiAction
$arr['outunum'] = $this->option->getval('outunum'.$this->adminid.'');
$arr['outgroupopen'] = $this->option->getval('outgroupopen'.$this->adminid.'');
$arr['tonghuabo'] = getconfig('video_bool') ? '1' : '2';//是否开启音视频
$arr['lxrshow'] = ($this->option->getval('appsy_lxrshow')!='否') ? 1 : 2;
$arr['lxrshow'] = ($this->option->getval('appsy_lxrshow')!='否') ? 1 : 2;
$arr['config'] = $dbs->getreims();
$this->showreturn($arr);
}