Commit 58cfa5e6 by xmy

feat:oem

parent ea454272
......@@ -43,11 +43,12 @@ class CfgCenter
*
* @param string $keyStr
* @param string $default 默认返回值
* @param int $oemId
* @return mixed
*/
public static function getArray($keyStr, $default = '')
public static function getArray($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