@@ -121,7 +121,7 @@ |
||
| 121 | 121 | protected function createSign(string $appid, int $exp): string |
| 122 | 122 | { |
| 123 | 123 | $secret = $this->checkAppId($appid)->secret; |
| 124 | - return sha1($appid . $secret . (string) $exp); |
|
| 124 | + return sha1($appid . $secret . (string)$exp); |
|
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | /** |