Commit 3ede7c77 by xmy

feat:oem

parent 58cfa5e6
......@@ -22,9 +22,9 @@ class CfgCenter
* @param string $default 默认返回值
* @return mixed
*/
public static function get($keyStr, $default = '')
public static function get($keyStr, $default = '', $oemId = 1)
{
$data = self::_get($keyStr);
$data = self::_get($keyStr, $oemId);
if ($data == '') {
return $default;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment