chenjunkai 6 년 전
부모
커밋
3e66f65948
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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')