This commit is contained in:
mkm 2024-01-21 21:21:25 +08:00
parent 559376a22b
commit f39c34e86f

View File

@ -644,7 +644,7 @@ class Common extends BaseController
public function Qrcode($data)
{
$siteUrl = systemConfig('site_url');
$name = md5('orcode' . date('Ymd')) . '.png';
$name = md5('orcode'.$data['id'] . date('Ymd')) . '.png';
$attachmentRepository = app()->make(AttachmentRepository::class);
$imageInfo = $attachmentRepository->getWhere(['attachment_name' => $name]);