Browse Source

修改获取参数

locky 3 năm trước cách đây
mục cha
commit
d653f9ce10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)