Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
fix the typo
  • Loading branch information
zhangwenwen authored Sep 22, 2023
1 parent ecc0834 commit 515b362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"thumb" => $handleThumb,
"del" => $delUrl,
"ID" => $tokenID, // 202-02-11 增加返回Token ID
"messge" => "success",
"message" => "success",
// "memory" => getDistUsed(memory_get_peak_usage()), // 占用内存 2023-02-12
);
echo json_encode($reJson, JSON_UNESCAPED_UNICODE);
Expand Down

0 comments on commit 515b362

Please sign in to comment.