Commit d5d84af9 authored by christ's avatar christ

share

parent 9ec02896
...@@ -49,7 +49,7 @@ class Common ...@@ -49,7 +49,7 @@ class Common
*/ */
public static function getOssClient() public static function getOssClient()
{ {
if(APP_ENV=='product' || APP_ENV=='productOne'){ if(APP_ENV=='product' || APP_ENV=='productone'){
return self::getOssClientOnline(); return self::getOssClientOnline();
}else{ }else{
return self::getOssClientPre(); return self::getOssClientPre();
......
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