chenjunkai 6 years ago
parent
commit
3e66f65948
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Controller/AppInfo.py

+ 3 - 1
Controller/AppInfo.py

@@ -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')