瀏覽代碼

修改获取参数

locky 3 年之前
父節點
當前提交
d653f9ce10
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)