This commit is contained in:
wispx
2018-12-05 10:31:50 +08:00
parent 2bb92177b4
commit 8fcb03ad20
+2 -2
View File
@@ -11,7 +11,7 @@
use think\facade\Session;
$time = time();
$md5 = md5('LSKY PRO'. time());
$md5 = md5('LSKY PRO' . uniqid() . time());
$uid = Session::has('uid') ? Session::get('uid') : 0;
return [
@@ -175,4 +175,4 @@ return [
'value' => str_rand(),
],
],
];
];