Browse Source

修改获取参数

locky 3 years ago
parent
commit
d653f9ce10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdminController/DeviceManagementController.py

+ 1 - 1
AdminController/DeviceManagementController.py

@@ -346,7 +346,7 @@ class DeviceManagement(View):
     @staticmethod
     def get_device_icon(request_dict, response):
         lang = request_dict.get('lang', None)
-        app_bundle_id = request_dict.get('app_bundle_id', None)
+        app_bundle_id = request_dict.get('appBundleId', None)
 
         if not all([lang, app_bundle_id]):
             return response.json(444)