From f1e129f7523ddb8329053ac1151ca224648de762 Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Wed, 14 Oct 2020 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E5=85=BC=E5=AE=B9PHP-7.4.*=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/util/Strs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/Strs.php b/app/util/Strs.php index b1dcce9..5c18743 100644 --- a/app/util/Strs.php +++ b/app/util/Strs.php @@ -20,7 +20,7 @@ class Strs { * @return string */ public static function uuid(): string { - $charId = md5(uniqid(mt_rand(), true)); + $charId = md5(uniqid(strval(mt_rand()), true)); $hyphen = chr(45); $uuid = chr(123) . substr($charId, 0, 8) . $hyphen