Esempio n. 1
0
 /**
  * 初始化
  * @param string $appkey
  * @param string $appsecret
  */
 public static function init($appkey, $appsecret)
 {
     self::$_appkey = $appkey;
     self::$_appsecret = $appsecret;
 }