系统设置开发

This commit is contained in:
2025-12-17 11:44:32 +08:00
parent 6065183faf
commit 5ec94fda56

View File

@@ -37,6 +37,8 @@ class SysSet extends adminApi
]; ];
public $noAdminConfigType = [ public $noAdminConfigType = [
'1' => '基础设置', '1' => '基础设置',
'4' => '提现设置',
'8' => '房间配置',
]; ];
public function _initialize() public function _initialize()