修正
This commit is contained in:
@@ -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(),
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user