示例#1
0
 public static function init($app_id = false, $app_key = false)
 {
     null == self::$instance && (self::$instance = new self($app_id, $app_key));
     return self::$instance;
 }