|
@@ -380,7 +380,7 @@ class UserManagement(View):
|
|
|
'data_joined': device_user.data_joined.strftime("%Y-%m-%d %H:%M:%S"),
|
|
|
'last_login': device_user.last_login.strftime("%Y-%m-%d %H:%M:%S"),
|
|
|
'appBundleId': app_bundle_id,
|
|
|
- 'country':device_user.region_country,
|
|
|
+ 'region_country':device_user.region_country
|
|
|
})
|
|
|
print('user_list: ', user_list)
|
|
|
return response.json(0, {'list': user_list, 'total': total})
|