更新了https功能,将原有的服务从http迁移到了https中

This commit is contained in:
2025-09-30 17:26:56 +08:00
parent 7fa1ae6301
commit 7143064a09
4 changed files with 143 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
actix-files = "0.6.8"
actix-web = "4.11.0"
actix-web = {version = "4.11.0", features=["openssl"]}
chrono = {version = "0.4.41", features=["serde"]}
dotenvy = "0.15.7"
env_logger = "0.11.8"
@@ -13,6 +13,7 @@ error = "0.1.9"
include_dir = "0.7.4"
jsonwebtoken = "9.3.1"
log = "0.4.28"
openssl = "0.10.73"
reqwest = { version = "0.12.23", features=["json"]}
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"