@@ -167,7 +167,7 @@ |
||
167 | 167 | { |
168 | 168 | ksort($params); |
169 | 169 | |
170 | - $srcStr = 'POSTsts.api.qcloud.com/v2/index.php?' . urldecode(http_build_query($params)); |
|
170 | + $srcStr = 'POSTsts.api.qcloud.com/v2/index.php?'.urldecode(http_build_query($params)); |
|
171 | 171 | |
172 | 172 | return base64_encode(hash_hmac('sha1', $srcStr, $this->getCredentials()['secretKey'], true)); |
173 | 173 | } |