コード例 #1
0
ファイル: TencentYun.php プロジェクト: sunhk25/iCMS
 public function __construct($AccessKey = null, $SecretKey = null, $AppId = null)
 {
     Conf::$SECRET_ID = $AccessKey;
     Conf::$SECRET_KEY = $SecretKey;
     Conf::$APPID = $AppId;
 }