Commit 67ea3b75 by zhangsong

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into test

parents 51b6d0e8 beed2400
...@@ -22,9 +22,9 @@ class CfgCenter ...@@ -22,9 +22,9 @@ class CfgCenter
* @param string $default 默认返回值 * @param string $default 默认返回值
* @return mixed * @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 == '') { if ($data == '') {
return $default; 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