作者 竞泽

fix:sig

@@ -67,7 +67,7 @@ class Signature @@ -67,7 +67,7 @@ class Signature
67 $this->sortByASCII(); 67 $this->sortByASCII();
68 68
69 $string = $this->map($this->item, function ($k, $v) { 69 $string = $this->map($this->item, function ($k, $v) {
70 - return !($v === '' || $v === null); 70 + return !($v === '' || $v === null || $k === 'service');
71 }) . '&key=' . $secret; 71 }) . '&key=' . $secret;
72 72
73 return self::encode($string); 73 return self::encode($string);