Example #1
0
 public static function getInstance($cpId, $cpPwd, $server = "http://hl.my2my.cn")
 {
     if (null == self::$_self) {
         self::$_self = new HTTP_SDK($cpId, $cpPwd, $server);
     }
     return self::$_self;
 }