Commit 99fe49b9e832e5dccedb1a6d2b52ce71c4f78e12
1 parent
36849bd4
11
Showing
1 changed file
with
15 additions
and
0 deletions
easycharge_manager/viewAttr.properties
... | ... | @@ -9,12 +9,27 @@ g_domain=nong12.com |
9 | 9 | g_local=sfymg.nong12.com |
10 | 10 | #本系统域名的http协议形式 |
11 | 11 | g_local_http=http://sfymg.nong12.com |
12 | +#验证码系统 | |
13 | +g_authcode_http=https://authcode.1n4j.com | |
12 | 14 | |
13 | 15 | #神农系统 |
14 | 16 | g_toll_http=http://charge.nong12.com |
15 | 17 | g_toll_static_http=http://charge.nong12.com/static/v2 |
16 | 18 | |
17 | 19 | g_def_static_http=http://sfymg.nong12.com/static/def |
20 | + #--------------------------------以下暂不支持-------------------------------- | |
21 | + #消息列表地址 | |
22 | + g_message_list_http=http://messageutter.1n4j.com/notice/index.do | |
23 | + #异步获取消息条数地址 | |
24 | + g_message_async_http=http://messageutter.1n4j.com/notice/async.do?userId= | |
25 | + #同步获取消息条数地址 | |
26 | + g_message_sync_http=http://messageutter.1n4j.com/notice/sync.do | |
27 | + g_message_unread_http=http://messageutter.1n4j.com/notice/unread/snapshot.do?count=5 | |
28 | + | |
29 | + #验证码地址 | |
30 | + g_verifycode_http=https://authcode.1n4j.com/verify/image?acid= | |
31 | + #验证码校验地址 | |
32 | + project.verifycode.validate=http://authcode.1n4j.com/verify/validate?acid= | |
18 | 33 | |
19 | 34 | |
20 | 35 | #--------------------------------END域名-------------------------------- | ... | ... |