mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-01-09 04:17:31 +08:00
Update index.php
fix the typo
This commit is contained in:
parent
ecc0834931
commit
515b3621ff
@ -161,7 +161,7 @@ if ($handle->uploaded) {
|
|||||||
"thumb" => $handleThumb,
|
"thumb" => $handleThumb,
|
||||||
"del" => $delUrl,
|
"del" => $delUrl,
|
||||||
"ID" => $tokenID, // 202-02-11 增加返回Token ID
|
"ID" => $tokenID, // 202-02-11 增加返回Token ID
|
||||||
"messge" => "success",
|
"message" => "success",
|
||||||
// "memory" => getDistUsed(memory_get_peak_usage()), // 占用内存 2023-02-12
|
// "memory" => getDistUsed(memory_get_peak_usage()), // 占用内存 2023-02-12
|
||||||
);
|
);
|
||||||
echo json_encode($reJson, JSON_UNESCAPED_UNICODE);
|
echo json_encode($reJson, JSON_UNESCAPED_UNICODE);
|
||||||
|
Loading…
Reference in New Issue
Block a user