|
@@ -912,7 +912,6 @@ class UserManagement(View):
|
|
|
customized_push_list = []
|
|
|
for customized_push in customized_push_qs:
|
|
|
# 格式化数据
|
|
|
- device_type_list = customized_push['device_type'].split(',')
|
|
|
register_period = customized_push['register_period'] + '年'
|
|
|
time_zone = 'UTC ' + customized_push['time_zone']
|
|
|
|
|
@@ -923,7 +922,7 @@ class UserManagement(View):
|
|
|
'link': customized_push['link'],
|
|
|
'icon_link': customized_push['icon_link'],
|
|
|
'country': customized_push['country'],
|
|
|
- 'device_type_list': device_type_list,
|
|
|
+ 'device_type': customized_push['device_type'],
|
|
|
'register_period': register_period,
|
|
|
'time_zone': time_zone,
|
|
|
'push_time': customized_push['push_time'],
|