Browse Source

添加返回用户信息注册时间

linhaohong 11 months ago
parent
commit
4ebe4c3a26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/CampaignController/AdDepartmentController.py

+ 1 - 0
Controller/CampaignController/AdDepartmentController.py

@@ -96,6 +96,7 @@ class AdDepartmentView(View):
                     "username": user.username,
                     "email": user.userEmail,
                     "phone": user.phone,
+                    "registrationTime": user.data_joined,
                     "devices": device_list
                 })