Skip to content

Commit

Permalink
Update auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu authored Dec 18, 2017
1 parent 8e49867 commit bb6c0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function getAuthorization($method, $pathname)
{

// 获取个人 API 密钥 https://console.qcloud.com/capi
$SecretId = 'AKIDa5PXeakqAIEyW6xQJB21pStcDbxCqNBn';
$SecretKey = 'aJqCMK5nNlLl9LPZY0LWVItQmvsdhaHs';
$SecretId = 'AKIDxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
$SecretKey = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';

// 整理参数
$queryParams = array();
Expand Down Expand Up @@ -86,4 +86,4 @@ function obj2str($obj)
$pathname = isset($_GET['pathname']) ? $_GET['pathname'] : '/';
echo getAuthorization($method, $pathname);

?>
?>

0 comments on commit bb6c0e4

Please sign in to comment.