fixbugs add TimThumb

This commit is contained in:
icret
2022-01-30 08:07:26 +08:00
parent 5655c2034b
commit af21e879f9
7 changed files with 1501 additions and 19 deletions

View File

@@ -113,7 +113,7 @@ if ($handle->uploaded) {
"result" => "success",
"code" => 200,
"url" => $imageUrl,
"thumb" => $config['domain'] . '/application/thumb.php?img=' . config_path() . $handle->file_dst_name . '&width=258&height=258',
"thumb" => $config['domain'] . '/application/thumb.php?img=' . config_path() . $handle->file_dst_name,
"del" => $delUrl,
);
echo json_encode($reJson, JSON_UNESCAPED_UNICODE);