更新了get_user_id和get_openid

This commit is contained in:
2025-09-10 15:42:05 +08:00
parent b289e6414e
commit 7e569e59d6
4 changed files with 744 additions and 42 deletions

View File

@@ -7,5 +7,6 @@ edition = "2024"
actix-web = "4.11.0"
chrono = "0.4.41"
dotenvy = "0.15.7"
reqwest = { version = "0.12.23", features=["json"]}
serde = { version = "1.0.219", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] }