From edf6200acd6bbda5e3ca31f57d1c4da349a65f15 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Fri, 17 Oct 2025 23:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=8D=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E7=9A=84temp=5Ftoken=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 8b28250..b67e2c9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -302,6 +302,7 @@ async fn generate_temp_token_handler( }; HttpResponse::Ok().json(serde_json::json!({ + "success": true, "temp_token": temp_token, "expire_minutes": 10, }))