Browse Source

Merge branch 'test' of http://192.168.136.99:3000/servers/ASJServer

locky 3 years ago
parent
commit
885b0a9a51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AdminController/UserManageController.py

+ 2 - 2
AdminController/UserManageController.py

@@ -615,9 +615,9 @@ class UserManagement(View):
         print('request_dict: ', request_dict)
         platform = request_dict.get('platform', None)
 
-        if platform == 'android':
+        if platform == 'ios':
             app_type = [1]
-        elif platform == 'ios':
+        elif platform == 'android':
             app_type = [2]
         else:
             app_type = [1, 2]