feat: add Local Address Manage (#285)

This commit is contained in:
Dream Hunter
2024-05-29 13:40:02 +08:00
committed by GitHub
parent 00abf79417
commit f882e4cf97
7 changed files with 180 additions and 3 deletions
@@ -8,7 +8,7 @@
limit = 10
offset = 0
res = requests.get(
f"http://localhost:8787/api/mails?limit={limit}&offset={offset}`;",
f"http://localhost:8787/api/mails?limit={limit}&offset={offset}",
headers={
"Authorization": f"Bearer {你的JWT密码}",
# "x-custom-auth": "<你的网站密码>", # 如果启用了自定义密码