This commit is contained in:
CHIEFSOFT\ameye
2025-07-05 15:35:00 -04:00
parent 04444d2182
commit cb6f7397b6
3 changed files with 40 additions and 1 deletions
+2
View File
@@ -50,6 +50,7 @@ class AccountService(BaseService):
member_actions = MembersActions.get_recent_member_actions(1)
member_actions_data = []
product_data =[]
for t in member_actions:
product_data.append({
@@ -115,6 +116,7 @@ class AccountService(BaseService):
"account_name": member.account_name,
"firstname":member.firstname,
"lastname": member.lastname,
"email": member.email,
"room": member.uid,
"token": user_token
}