App配置文件修改
This commit is contained in:
parent
02496d2c63
commit
0abe4fc8a8
@ -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("");
|
||||
|
||||
@ -11,13 +11,13 @@
|
||||
<key>kind</key>
|
||||
<string>software-package</string>
|
||||
<key>url</key>
|
||||
<string>http://192.168.2.102:8080/maot/appDownload.jsp?devType=ios</string>
|
||||
<string>https://ret.ap-leasing.com/apzl_leasing/webapi/resf/files/downloadApp?devType=ios</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>metadata</key>
|
||||
<dict>
|
||||
<key>bundle-identifier</key>
|
||||
<string>com.sinopharmholding-fl.eleasing-app</string>
|
||||
<string>cn.com.ap-leasing.app</string>
|
||||
<key>bundle-version</key>
|
||||
<string>1.0</string>
|
||||
<key>kind</key>
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user