From 0abe4fc8a81d4404be381b741841af615b7f151a Mon Sep 17 00:00:00 2001 From: zhangjun Date: Wed, 17 Oct 2018 16:06:08 +0800 Subject: [PATCH] =?UTF-8?q?App=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/appDownload.jsp | 2 +- ...holding-fl.eleasing-app.plist => ios-p.eleasing-app.plist} | 4 ++-- .../com/amarsoft/als/doc/controller/DocManageController.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename WebContent/plist/{ios-com.sinopharmholding-fl.eleasing-app.plist => ios-p.eleasing-app.plist} (81%) 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);