emobileSetHelpDoc.jsp
4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<%@ 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>