open_source_bms
open_source_bms copied to clipboard
php7.0 7.1 编辑器上传图片爆rand() expects parameter 2 to be integer, float given
检查是发现 UeditorUpload.php 文件的问题 $randNum = rand(1, 10000000000) . rand(1, 10000000000); 应该是 $randNum = rand(1, 10000).rand(1, 10000);