소스 검색

修改获取参数

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)