diff --git a/WebContent/appDownload.jsp b/WebContent/appDownload.jsp index 51895a9f8..4a7b9243d 100644 --- a/WebContent/appDownload.jsp +++ b/WebContent/appDownload.jsp @@ -72,7 +72,7 @@ img{display: block;margin: 0 auto;} <%if("android".equalsIgnoreCase(devType)){%> location.href="${pageContext.request.contextPath}/webapi/resf/files/downloadApp?devType=<%=devType%>"; <%}else{%> - /* location.href="itms-services:///?action=download-manifest&url=http://139.196.252.5:9090/maotai/webapi/resf/files/downloadPlist"; */ + location.href="itms-services:///?action=download-manifest&url=https://ret.ap-leasing.com/apzl_leasing/webapi/resf/files/downloadPlist"; <%}%> setTimeout(function(){ $("#tips").html(""); diff --git a/WebContent/plist/ios-com.sinopharmholding-fl.eleasing-app.plist b/WebContent/plist/ios-p.eleasing-app.plist similarity index 81% rename from WebContent/plist/ios-com.sinopharmholding-fl.eleasing-app.plist rename to WebContent/plist/ios-p.eleasing-app.plist index 698eb8d0b..3ed748b2e 100644 --- a/WebContent/plist/ios-com.sinopharmholding-fl.eleasing-app.plist +++ b/WebContent/plist/ios-p.eleasing-app.plist @@ -11,13 +11,13 @@ kind software-package url - http://192.168.2.102:8080/maot/appDownload.jsp?devType=ios + https://ret.ap-leasing.com/apzl_leasing/webapi/resf/files/downloadApp?devType=ios metadata bundle-identifier - com.sinopharmholding-fl.eleasing-app + cn.com.ap-leasing.app bundle-version 1.0 kind diff --git a/src_app_fresh/apx/com/amarsoft/als/doc/controller/DocManageController.java b/src_app_fresh/apx/com/amarsoft/als/doc/controller/DocManageController.java index a7576a7fe..6d70bf8f0 100644 --- a/src_app_fresh/apx/com/amarsoft/als/doc/controller/DocManageController.java +++ b/src_app_fresh/apx/com/amarsoft/als/doc/controller/DocManageController.java @@ -66,7 +66,7 @@ public class DocManageController { @GET public void downloadPlist(@Context HttpServletResponse response, @Context HttpServletRequest request) throws Exception { - String sFileName = "ios-com.ceb-fl.eleasing-app.plist"; + String sFileName = "ios-p.eleasing-app.plist"; String sPath = request.getSession().getServletContext().getRealPath("/") + "/plist/" + sFileName; ARE.getLog().debug("ÎļþÃû£º" + sFileName);