Skip to content

Commit

Permalink
修正之前无意间批量修改掉的加签规则
Browse files Browse the repository at this point in the history
  • Loading branch information
吴蒙 committed Jul 5, 2023
1 parent 3e0d0f3 commit aaf6629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function getSign($tmpSign, $accessSecret)
*/
public static function getAuthorization($accessKey, $dateTime, $nonce, $sign)
{
return sprintf("AccessKey=%s,DateTime=%s,Nonce=%s,Sign=%s", $accessKey, $dateTime, $nonce, $sign);
return sprintf("AccessKey=%s,DateTime=%s,Nonce=%s,Signature=%s", $accessKey, $dateTime, $nonce, $sign);
}

/**
Expand Down

0 comments on commit aaf6629

Please sign in to comment.