@@ -105,7 +105,7 @@ |
||
| 105 | 105 | 'signature' => $config['signature'], |
| 106 | 106 | 'expire_time' => $result['expire_time'], |
| 107 | 107 | ]; |
| 108 | - \Dongdavid\Notify\cache($key,$data); |
|
| 108 | + \Dongdavid\Notify\cache($key, $data); |
|
| 109 | 109 | |
| 110 | 110 | return $data['ticket']; |
| 111 | 111 | } |