|
@@ -97,7 +97,7 @@ class DeviceTypeView(View):
|
|
|
"""
|
|
|
app_bundle_id = request_dict.get('app_bundle_id', None)
|
|
|
if not app_bundle_id:
|
|
|
- return response.json(444, {'error param': 'app_bundle_id'})
|
|
|
+ app_bundle_id = 'com.ansjer.zccloud_a'
|
|
|
try:
|
|
|
lang = response.lang
|
|
|
app_device_qs = DeviceNameLanguage.objects.filter(lang=lang)
|