исправлен траффик при продлении

This commit is contained in:
Vladless
2024-10-29 23:45:27 +03:00
parent c7540417b0
commit 3fba9fa9a0
+2 -2
View File
@@ -82,7 +82,7 @@ async def extend_client_key(session, server_id: str, tg_id, client_id, email: st
"alterId": 0,
"email": email.lower(),
"limitIp": 2,
"totalGB": 429496729600000,
"totalGB": 0,
"expiryTime": updated_expiry_time,
"enable": True,
"tgId": tg_id,
@@ -126,7 +126,7 @@ async def extend_client_key_admin(session, server_id: str, tg_id, client_id: str
"alterId": 0,
"email": email.lower(),
"limitIp": 2,
"totalGB": 429496729600000,
"totalGB": 0,
"expiryTime": new_expiry_time,
"enable": True,
"tgId": tg_id,