|
@@ -78,7 +78,9 @@ class AppInfo(View):
|
|
|
'app_type': app_info.app_type,
|
|
|
'downloadLink': app_info.downloadLink,
|
|
|
'id': app_info.id,
|
|
|
- 'bundleVersion': app_info.bundleVersion})
|
|
|
+ 'bundleVersion': app_info.bundleVersion,
|
|
|
+ 'minAppversion':app_info.minAppversion
|
|
|
+ })
|
|
|
else:
|
|
|
return response.json(444, 'app_type,appBundleId')
|
|
|
|