From ee2abe1b3407fbb07383e61061f14bf3fdbe7002 Mon Sep 17 00:00:00 2001 From: woon Date: Wed, 12 Apr 2023 14:27:07 +0800 Subject: [PATCH] update --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 8d10035..2af044a 100644 --- a/public/index.php +++ b/public/index.php @@ -303,7 +303,7 @@ function init() $row = $stmt->fetch(PDO::FETCH_ASSOC); - if (empty($row['stc'])) { + if (empty($row['src'])) { echo_json([ "code" => 1, "msg" => "图片不存在",