Commit 99fe49b9e832e5dccedb1a6d2b52ce71c4f78e12

Authored by Yang Wen
1 parent 36849bd4

11

easycharge_manager/viewAttr.properties
@@ -9,12 +9,27 @@ g_domain=nong12.com @@ -9,12 +9,27 @@ g_domain=nong12.com
9 g_local=sfymg.nong12.com 9 g_local=sfymg.nong12.com
10 #本系统域名的http协议形式 10 #本系统域名的http协议形式
11 g_local_http=http://sfymg.nong12.com 11 g_local_http=http://sfymg.nong12.com
  12 +#验证码系统
  13 +g_authcode_http=https://authcode.1n4j.com
12 14
13 #神农系统 15 #神农系统
14 g_toll_http=http://charge.nong12.com 16 g_toll_http=http://charge.nong12.com
15 g_toll_static_http=http://charge.nong12.com/static/v2 17 g_toll_static_http=http://charge.nong12.com/static/v2
16 18
17 g_def_static_http=http://sfymg.nong12.com/static/def 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 #--------------------------------END域名-------------------------------- 35 #--------------------------------END域名--------------------------------