emobileSetHelpDoc.jsp 4.39 KB
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<style>
* {
  font-family: Microsoft YaHei;
  font-size: 14px;
}
table tr td{
	padding-left: 10px;
}
table tr td img{
	width:1020px;
	height:600px;
}
.titletd{
	line-height:45px;
	font-weight:bold;
}
.descSpan{
	color: #999;
}
table.pztab{
	border-collapse: collapse;
  	border: 1px solid #aaa;
}
table.pztab th{
  padding: 5px 15px 5px 6px;
  background-color: #d5d5d5;
  border: 1px solid #aaa;
}

table.pztab td {
  vertical-align: text-top;
  padding: 6px 15px 6px 6px;
  background-color: #efefef;
  border: 1px solid #aaa;
}
</style>
  <head>
    <title >Emobile消息提醒配置说明</title>
  </head>
  
  <body>
    <table style="margin: 20px 20px 50px 80px;">
    <tr>
    	<td style="text-align:center;font-size: 18px;font-weight: bold;">Emobile消息提醒配置说明</td>
    </tr>
    <tr>
    	<td class="titletd">第一步:设置Emobile消息提醒,如下图:</td>
    </tr>
    <tr>
    	<td>
    		<img style="width:700px;height:756px;" src="/formmode/images/emobile/emobile2_wev8.png" />
    	<div style="width:700px;line-height:35px;">
    		Emobile消息类型标识:<br>
    		①emobile服务端6.5版本之前,可以不用填写,消息推送会推送到emobile默认的自定义消息类型中<br>
    		②emobile服务端6.5版本之后,支持自定义消息分类显示,在Emobile消息类型标识中输入对应的消息类型标识,即可把消息推送到不同的分类中,不输入仍然会推送到emobile默认的自定义消息类型中
    	<div>
    	消息分类如下图:
<img style="width:700px;height:460px;" src="/formmode/images/emobile/emobile3_wev8.png" />
    	</td>
    </tr>
    
    <tr>
    	<td class="titletd">第二步:Emobile消息提醒效果如下图:</td>
    </tr>
    <tr>
    	<td>
    		不同的消息类型(Emobile服务端在 6.5版本之后):<br /><br />
    		<img style="width:400px;height:700px;" src="/formmode/images/emobile/emobile4_wev8.jpg" /><br /><br />
    		点击开重要事务消息列表效果:<br /><br />
			<img style="width:400px;height:700px;" src="/formmode/images/emobile/emobile5_wev8.jpg" /><br /><br />
			根据提醒中配置的连接地址,打开移动建模的页面:<br /><br />
			<img style="width:400px;height:380px;" src="/formmode/images/emobile/emobile6_wev8.png" />
    	</td>
    </tr>
     <tr>
    	<td class="titletd">第三步:如果配置正确后没有收到emobile消息推送,请检查下面的配置文件</td>
    </tr>
    <tr>
    	<td class="titletd">①设置配置文件:ecology/WEB-INF/prop/EMobile4.properties</td>
    </tr>
    <tr>
    	<td>
    		<table class="pztab" style="width: 700px;">
    			<colgroup>
    				<col style="width: 20%">
    				<col style="width: 40%">
    				<col style="width: 40%">
    			</colgroup>
    			
    			<tr>
    				<th></th>
    				<th></th>
    				<th>说明</th>
    			</tr>
    			<tr>
    				<td>serverUrl</td>
    				<td>http://127.0.0.1:89</td>
    				<td>手机端服务访问地址,根据实际情况进行设置</td>
    			</tr>
    			<tr>
    				<td>pushKey</td>
    				<td>e53f6b48-facb-4477-8036-f430c1c45a96</td>
    				<td>e-mobile消息推送密钥,根据实际情况进行设置</td>
    			</tr>
    			<tr>
    				<td>EMobilePush</td>
    				<td>1</td>
    				<td>Emobile消息提醒服务总开关,1:开启</td>
    			</tr>
    		</table>
    		<br />
    		e-mobile消息推送密钥如下图:<br /><br />
    		<img style="width:700px;height:450px" src="/formmode/images/emobile/emobile1_wev8.png" />
    	</td>
    </tr>
    
    <tr>
    	<td class="titletd">②设置配置文件:ecology/WEB-INF/prop/EMobileRong.properties</td>
    </tr>
    <tr>
    	<td>
    		<table class="pztab" style="width: 700px;">
    			<colgroup>
    				<col style="width: 20%">
    				<col style="width: 40%">
    				<col style="width: 40%">
    			</colgroup>
    			
    			<tr>
    				<th></th>
    				<th></th>
    				<th>说明</th>
    			</tr>
    			<tr>
    				<td>AppKey</td>
    				<td>根据申请的融云帐号进行设置</td>
    				<td>融云AppKey</td>
    			</tr>
    			<tr>
    				<td>AppSecret</td>
    				<td>根据申请的融云帐号进行设置</td>
    				<td>融云AppSecret</td>
    			</tr>
    		</table>
    	</td>
    </tr>
    
    </table>
  </body>
</html>