|
dataSource=com.alibaba.druid.pool.DruidDataSource
#\u6570\u636E\u5E93\u8FDE\u63A5\u5730\u5740\u3001\u540D\u79F0\u3001\u5BC6\u7801
dataSource.url=jdbc:postgresql://192.168.3.233:5432/ekexiu
dataSource.username=postgres
dataSource.password=postgres
#\u8FDE\u63A5\u6C60\u542F\u52A8\u65F6\u7684\u521D\u59CB\u503C\uFF08\u521D\u59CB\u5316\u8FDE\u63A5\uFF09
dataSource.initialSize::int=1
#\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5\u503C
dataSource.minIdle::int=1
#\u8FDE\u63A5\u6C60\u7684\u6700\u5927\u503C\uFF08\u6700\u5927\u8FDE\u63A5\u6570\u91CF\uFF09
dataSource.maxActive::int=1
#\u8D85\u65F6\u7B49\u5F85\u65F6\u95F4\uFF08maxWait\u4EE3\u8868\u5F53Connection\u7528\u5C3D\u4E86\uFF0C\u591A\u4E45\u4E4B\u540E\u8FDB\u884C\u56DE\u6536\u4E22\u5931\u8FDE\u63A5\uFF09
dataSource.maxWait::long=60000
#\u8FDE\u63A5\u8D85\u65F6\u4EFB\u52A1\u7684\u65F6\u95F4\u95F4\u9694
dataSource.timeBetweenEvictionRunsMillis::long=60000
#\u8FDE\u63A5\u7684\u8D85\u65F6\u65F6\u95F4
dataSource.minEvictableIdleTimeMillis::long=300000
#\u7528\u6765\u9A8C\u8BC1\u4ECE\u8FDE\u63A5\u6C60\u53D6\u51FA\u7684\u8FDE\u63A5
dataSource.validationQuery=SELECT 1
#\u6307\u660E\u8FDE\u63A5\u662F\u5426\u88AB\u7A7A\u95F2\u8FDE\u63A5\u56DE\u6536\u5668(\u5982\u679C\u6709)\u8FDB\u884C\u68C0\u9A8C.\u5982\u679C\u68C0\u6D4B\u5931\u8D25\u5219\u8FDE\u63A5\u5C06\u88AB\u4ECE\u6C60\u4E2D\u53BB\u9664
dataSource.testWhileIdle::boolean=true
#\u5728\u4ECE\u6C60\u4E2D\u53D6\u51FA\u8FDE\u63A5\u524D\u8FDB\u884C\u68C0\u9A8C,\u5982\u679C\u68C0\u9A8C\u5931\u8D25\u5219\u4ECE\u6C60\u4E2D\u53BB\u9664\u8FDE\u63A5\u5E76\u5C1D\u8BD5\u53D6\u51FA\u53E6\u4E00\u4E2A
dataSource.testOnBorrow::boolean=true
#\u6307\u660E\u662F\u5426\u5728\u5F52\u8FD8\u5230\u6C60\u4E2D\u524D\u8FDB\u884C\u68C0\u9A8C
dataSource.testOnReturn::boolean=true
#\u5F00\u542F\u6C60\u7684prepared statement \u6C60\u529F\u80FD
dataSource.poolPreparedStatements::boolean=true
#statement\u6C60\u80FD\u591F\u540C\u65F6\u5206\u914D\u7684\u6253\u5F00\u7684statements\u7684\u6700\u5927\u6570\u91CF
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
#\u9ED8\u8BA4\u7684SQL\u8BED\u53E5\u81EA\u52A8\u63D0\u4EA4\u72B6\u6001(\u5F00\u542F\u6216\u5173\u95ED)\u8BBE\u7F6E\u7531\u8FDE\u63A5\u6C60\u672C\u8EAB\u8BBE\u7F6E(false\u7531\u8FDE\u63A5\u6C60\u5B9A)
dataSource.defaultAutoCommit::boolean=false
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
cachedFileUploadServlet.cacheByMemory::boolean=false
#\u6587\u4EF6\u4E0A\u4F20\u9ED8\u8BA4\u8DEF\u5F84
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
#\u6587\u4EF6\u9ED8\u8BA4\u5C3A\u5BF8\u9650\u5236\uFF0C\u9ED8\u8BA4\u4E0D\u8D85\u8FC75M
cachedFileUploadServlet.defaultSizeLimit::long=5242880
#\u4E0A\u4F20\u6587\u4EF6\u540E\u7F00\u540D
cachedFileUploadServlet.fileSuffix=.jpg,.png,.jpeg
imageValidator=com.ekexiu.portal.util.ImageValidator
#\u8BBE\u7F6E\u7528\u6237\u5934\u50CF\u7684\u5BBD\u9AD8
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
#\u7528\u6237\u5934\u50CF\u4E34\u65F6\u6587\u4EF6\u5939\u8DEF\u5F84
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
#\u7528\u6237\u9ED8\u8BA4\u5934\u50CF\u4FDD\u5B58\u8DEF\u5F84
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
#\u673A\u6784\u9ED8\u8BA4\u56FE\u7247\u4FDD\u5B58\u8DEF\u5F84
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
#\u8D44\u6E90\u9ED8\u8BA4\u56FE\u7247\u4FDD\u5B58\u8DEF\u5F84
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
#\u4E2A\u4EBA\u90AE\u7BB1\u9A8C\u8BC1-\u7ED1\u5B9A\u4E2A\u4EBA\u90AE\u7BB1
com_ekexiu_portal_service_SysService.bindMailSubject=\u8BF7\u6C42\u7ED1\u5B9A\u90AE\u7BB1
com_ekexiu_portal_service_SysService.bindMailReplaceKey=stateCode
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://192.168.3.233/images/logo4.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"> <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u7ED1\u5B9A [\u79D1\u8896] \u8D26\u6237\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u8D26\u6237\u7ED1\u5B9A\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/account-binding.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/account-binding.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://192.168.3.233/" target\="_blank">www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div></div></div></body></html>
#\u4F01\u4E1A\u90AE\u7BB1\u9A8C\u8BC1-\u7ED1\u5B9A\u4F01\u4E1A\u90AE\u7BB1
com_ekexiu_portal_service_SysService.bindOrgMailReplaceKey=stateCode
com_ekexiu_portal_service_SysService.bindOrgMailSubject=\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\u90AE\u7BB1\u7ED1\u5B9A
com_ekexiu_portal_service_SysService.bindOrgMailReplaceContentTempalte=<html style="height:auto;"><head><title>\u4F01\u4E1A\u8D26\u6237\u90AE\u7BB1\u7ED1\u5B9A\u90AE\u4EF6</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:20px center;background-size:120px 80px}.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u6B63\u5728\u901A\u8FC7\u672C\u90AE\u7BB1\u7ED1\u5B9A\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u5B8C\u6210\u90AE\u7BB1\u7ED1\u5B9A\u3002</p><p><a class="buttonGo"href="http://192.168.3.233/cmp-portal/cmp-mailOk.html??sc=stateCode"target="_blank">\u7ED1\u5B9A\u90AE\u7BB1</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br/><a class="cmp_color"href="http://192.168.3.233/cmp-portal/cmp-mailOk.html??sc=stateCode"target="_blank">http://192.168.3.233/cmp-portal/cmp-mailOk.html??sc=stateCode</a></p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
#\u90AE\u7BB1\u9A8C\u8BC1-\u6CE8\u518C\u4E2A\u4EBA\u7528\u6237
com_ekexiu_portal_service_SysService.regMailReplaceKey=stateCode
com_ekexiu_portal_service_SysService.regMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://192.168.3.233/images/logo4.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"> <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u6CE8\u518C [\u79D1\u8896] \uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u6CE8\u518C\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/bind-mail.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/bind-mail.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://192.168.3.233/" target\="_blank">www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div></div></div></body></html>
#\u90AE\u7BB1\u9A8C\u8BC1-\u6CE8\u518C\u4F01\u4E1A\u7528\u6237
com_ekexiu_portal_service_SysService.orgRegMailReplaceKey=stateCode
com_ekexiu_portal_service_SysService.orgRegMailSubject=\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\u9A8C\u8BC1\u6FC0\u6D3B
com_ekexiu_portal_service_SysService.orgRegMailReplaceContentTempalte=<html style="height:auto;"><head><title>\u4F01\u4E1A\u8D26\u6237\u9A8C\u8BC1\u6FC0\u6D3B\u90AE\u4EF6</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u6B63\u5728\u901A\u8FC7\u672C\u90AE\u7BB1\u6CE8\u518C\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u6FC0\u6D3B\u60A8\u7684\u8D26\u6237\u3002</p><p><a class="buttonGo"href="http://192.168.3.233/cmp-portal/cmp-settled-regOk.html?sc=stateCode"target="_blank">\u6FC0\u6D3B\u8D26\u6237</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br/><a class="cmp_color"href="http://192.168.3.233/cmp-portal/cmp-settled-regOk.html?sc=stateCode"target="_blank">http://192.168.3.233/cmp-portal/cmp-settled-regOk.html?sc=stateCode</p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
#\u4E2A\u4EBA\u90AE\u7BB1\u9A8C\u8BC1-\u91CD\u7F6E\u5BC6\u7801
com_ekexiu_portal_service_SysService.mailRetrievePasswordContentTemplate=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://192.168.3.233/images/logo4.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u9A8C\u8BC1\u627E\u56DE [\u79D1\u8896] \u5BC6\u7801\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u627E\u56DE\u5BC6\u7801\u9A8C\u8BC1\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/emaiFindPwdOk.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/emaiFindPwdOk.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://192.168.3.233/" target\="_blank">www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
com_ekexiu_portal_service_SysService.mailRetrievePasswordReplaceKey=stateCode
com_ekexiu_portal_service_SysService.mailRetrievePasswordSubject=\u91CD\u7F6E\u5BC6\u7801
#\u4F01\u4E1A\u90AE\u7BB1\u9A8C\u8BC1-\u91CD\u7F6E\u5BC6\u7801
com_ekexiu_portal_service_SysService.orgMailRetrievePasswordContentTemplate=<html style="height:auto;"><head><title>\u4F01\u4E1A\u8D26\u6237\u5BC6\u7801\u91CD\u7F6E\u90AE\u4EF6</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u6B63\u5728\u901A\u8FC7\u672C\u90AE\u7BB1\u91CD\u7F6E\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\u7684\u5BC6\u7801\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u8FDB\u884C\u5BC6\u7801\u91CD\u7F6E\u3002</p><p><a class="buttonGo"href="http://192.168.3.233/cmp-portal/cmp-pwdReset03.html?sc=stateCode"target="_blank">\u91CD\u7F6E\u5BC6\u7801</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br/><a class="cmp_color"href="http://192.168.3.233/cmp-portal/cmp-pwdReset03.html?sc=stateCode"target="_blank">http://192.168.3.233/cmp-portal/cmp-pwdReset03.html?sc=stateCode</p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
com_ekexiu_portal_service_SysService.orgMailRetrievePasswordReplaceKey=stateCode
com_ekexiu_portal_service_SysService.orgMailRetrievePasswordSubject=\u300C\u79D1\u8896\u300D\u4F01\u4E1A\u8D26\u6237\u5BC6\u7801\u91CD\u7F6E
#\u7279\u9080\u4E13\u5BB6\u53D1\u9001\u9080\u8BF7\u90AE\u4EF6
com_ekexiu_portal_service_SysService.inviteMailContentTempalte=<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r\n<html lang="en">\r\n<head>\r\n<meta name="viewport" content="width=device-width, initial-scale=1" />\r\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r\n<title>[ \u79D1\u8896\u7F51 ]\u7279\u9080\u79D1\u7814\u4E13\u5BB6\u9080\u8BF7\u51FD</title>\r\n<style>\r\nbody {width:100%!important;font-family: Microsoft Yahei, Arial, sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;margin:0;padding:0;font-size:15px;color:#444;}\r\nspan,p,a{font-family: Microsoft Yahei,'Segoe UI', Arial, sans-serif;font-size:15px;line-height:24px;color:#444;}\r\n.bodyBlock{-webkit-font-smoothing:antialiased;width:100% !important;background-color:#fff;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;-webkit-text-size-adjust:none;}\r\n.textIndent{text-indent:2em;}\r\n.infoBox{text-align:left; margin-left:23%;}\r\n.importInfo{ font-size:20px;color:#ff9900;}\r\n.importInfo *{font-size:20px;color:#ff9900;text-decoration: none;}\r\n.importInfo2{font-size:20px;color:#018ed9;}\r\n.importInfo2 *{font-size:20px;color:#018ed9;}\r\n.mainTit{margin-bottom: 0;}\r\n.contentBody{position:relative;background:rgba(216, 234, 236, 0.6);width:100%; padding:14px 6px;margin:40px 0 0 -6px;}\r\n.contentBody em{position: absolute; width: 0px;height: 0px;bottom: -5px;}\r\n.contentBody em.rightEm{right: 0px;border-top: 0px solid #acb4b8;border-bottom: 4px solid transparent; border-left: 6px solid #acb4b8;border-right: 0px solid transparent;}\r\n.contentBody em.leftEm{left: 0px;border-top: 0px solid #acb4b8;border-bottom: 4px solid transparent;border-right: 6px solid #acb4b8;border-left: 0px solid transparent;}\r\n\r\n.full_width{float:right;position: absolute;top: 30%;right: 20px;}\r\n.mainContent{padding:10px 20px;float:left;max-width:480px;}\r\n.mainContent2{padding:10px 26px;}\r\n.basicinfo{padding:10px 0;}\r\n.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555;}\r\n.basicinfo p:first-child{border-top:1.0px solid #eeeded;}\r\n.buttonGo{color:#399A9B;background-color:#308F9B;text-align:center;color:#fff; \r\n padding: 6px 40px;\r\n font-size:15px;line-height:24px;\r\n text-decoration: none;\r\n text-transform: uppercase;\r\n border-radius:4px;\r\n -moz-border-radius:4px;\r\n -webkit-border-radius:4px;\r\n font-family: Microsoft Yahei, Arial;}\r\n.afterEnter{margin:10px 4px 0 4px;padding:10px 18px;width:42%;font-size: 13px;float:left;min-height:130px;}\r\n.afterEnter h4{margin:6px 0;}\r\n.afterEnter a{font-size:13px; padding:0 4px;}\r\n.cmp_color{color: #ff9900;}\r\n@media only screen and (max-width: 600px) {\r\n div[class="contentBody"]{\r\n text-align:center!important;}\r\n \r\n div[class="content_wrap"] {\r\n width: 94%!important;\r\n }\r\n \r\n div[class="full_width"] {\r\n width: 100%!important;\r\n float:none;\r\n position:inherit;\r\n right:0;\r\n }\r\n div[class="mainContent"]{\r\n width: 90%!important;\r\n float:none;\r\n margin:auto;\r\n }\r\n div[class="contentMain"]{\r\n width:100%!important;\r\n text-align:left!important; \r\n }\r\n \r\n div[class="text-center"] {\r\n text-align: center;\r\n }\r\n \r\n a[class="buttonGo"] {\r\n border-radius:2px;\r\n -moz-border-radius:2px;\r\n -webkitborder-radius:2px;\r\n background-color:#308F9B;\r\n color:#fff!important;\r\n padding: 5px 0;\r\n width:100%;\r\n display:block;\r\n margin:0 auto 10px;\r\n }\r\n div[class="afterEnter"]{\r\n float:none;\r\n width: 100%!important;\r\n min-height: auto;\r\n }\r\n div[class="lefe_center"]{\r\n text-align: left;\r\n }\r\n p[class="infoBox"]{\r\n text-align:left;\r\n margin-left:10%;}\r\n}\r\n</style>\r\n</head>\r\n\r\n<body class="bodyBlock">\r\n <!--Content wrapper-->\r\n <div style="width:640px;margin:auto;background:#F7F7F7;" class="content_wrap">\r\n\r\n <!--Logo-->\r\n <div style="background:#fff;width:100%;" class="text-center">\r\n <a href="#">\r\n <img src="http://www.ekexiu.com/images/logo4.png" width="120" height="80" alt="logo" border="0" style="margin:20px auto" />\r\n </a>\r\n </div>\r\n <!--Content 2-->\r\n <div class="contentBody">\r\n <!--image-->\r\n <div class="full_width">\r\n <div style="text-align:center;padding:10px;" class="text-center"> \r\n <img src="icon_2.png" border="0" alt="" width="100" height="100" />\r\n </div>\r\n </div>\r\n <!--content-->\r\n <h3 class="mainTit" style="text-align: center;">\u300C\u79D1\u8896\u7F51\u300D\u7279\u9080\u4E13\u5BB6\u9080\u8BF7\u51FD</h3>\r\n \r\n <div class="mainContent">\r\n <div class="contentMain">\r\n <p>\u5C0A\u656C\u7684 uid_Name \u8001\u5E08\uFF0C\u60A8\u597D\uFF01</p>\r\n <p class="textIndent">\u300C\u79D1\u8896\u7F51\u300D\u662F\u4E00\u4E2A\u521B\u65B0\u7684\u7814\u53D1\u8D44\u6E90\u5171\u4EAB\u53CA\u79D1\u7814\u6210\u679C\u8F6C\u5316\u5E73\u53F0\u3002</p>\r\n <p class="textIndent">\u6211\u4EEC\u81F4\u529B\u4E8E\u5E2E\u52A9\u4E13\u5BB6\u5BFB\u627E\u6A2A\u5411\u8BFE\u9898\uFF0C\u8BA9\u4E13\u5BB6\u7684\u77E5\u8BC6\u3001\u6280\u80FD\u3001\u7ECF\u9A8C\u3001\u6210\u679C\u548C\u8EAB\u8FB9\u7684\u4EEA\u5668\u8BBE\u5907\uFF0C\u66F4\u6709\u6548\u5730\u5E2E\u52A9\u4F01\u4E1A\u8FDB\u884C\u7814\u53D1\uFF0C\u8BA9\u4E13\u5BB6\u7684\u79D1\u7814\u4EF7\u503C\u53D8\u73B0\u3002\u5E73\u53F0\u9762\u5411\u5168\u56FD\u7684\u4F01\u4E1A\u3001\u9AD8\u6821\u3001\u7814\u7A76\u673A\u6784\u8FDB\u884C\u63A8\u5E7F\uFF0C\u52A0\u5165\u540E\u60A8\u5C06\u5F97\u5230\u66F4\u591A\u4E0E\u4F01\u4E1A\u5408\u4F5C\u3001\u4E0E\u540C\u884C\u4EA4\u6D41\u7684\u673A\u4F1A\u3002</p>\r\n <p class="textIndent">\u901A\u8FC7\u5BF9\u60A8\u7684\u8BA4\u771F\u4E86\u89E3\uFF0C\u6211\u4EEC\u8BDA\u631A\u7684\u9080\u8BF7\u60A8\u6210\u4E3A\u9996\u6279\u4E13\u5BB6\u7528\u6237\u3002\u6211\u4EEC\u5DF2\u7ECF\u4E3A\u60A8\u5F00\u901A\u4E86\u4E13\u5C5E\u4E3B\u9875<a style="color: #399A9B;text-decoration:underline;cursor:pointer;" href="http://www.ekexiu.com/userInforShow.html?professorId=uid_Key">(\u70B9\u51FB\u8FD9\u91CC\u67E5\u770B)</a>\uFF0C\u60A8\u53EF\u4EE5\u5BF9\u5916\u5C55\u793A\u60A8\u7684\u79D1\u7814\u7ECF\u5386\uFF0C\u53D1\u5E03\u60A8\u7684\u79D1\u7814\u6210\u679C\u3001\u8EAB\u8FB9\u7684\u4EEA\u5668\u8BBE\u5907\u3002</p>\r\n <div class="textIndent">\u6211\u4EEC\u4E3A\u60A8\u5EFA\u7ACB\u7684\u8D26\u53F7\u662F\uFF1A \r\n phoneKey\r\n <p class="infoBox"><span class="importInfo"><a href="">mailKey</a></span></p>\r\n </div>\r\n <p class="textIndent">\u60A8\u7684\u9080\u8BF7\u7801\u662F\uFF1A <span class="importInfo importInfo2" >invitCodeKey</span></p>\r\n </div>\r\n </div> \r\n <div style="clear:both;padding:6px 20px;" class="lefe_center">\r\n <p style=" margin:4px 4px 20px 4px; text-align:center; width: 100%;"> <a href="http://www.ekexiu.com/login-invite-code.html" target="_blank" class="buttonGo" style="text-decoration: none;" >\u63A5\u53D7\u9080\u8BF7\uFF0C\u901A\u8FC7\u9080\u8BF7\u7801\u767B\u5F55\u300C\u79D1\u8896\u7F51\u300D</a></p>\r\n <p style="margin-top: 40px;">\r\n <span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br />\r\n <a class="cmp_color" href="http://www.ekexiu.com/login-invite-code.html" target="_blank">http://www.ekexiu.com/login-invite-code.html</a>\r\n </p>\r\n <div class="basicinfo">\r\n <p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p>\r\n <p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p>\r\n <p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p>\r\n <p>\u5B98\u65B9\u7F51\u5740\uFF1A<a class="cmp_color" href="http://www.ekexiu.com/" target="_blank">www.ekexiu.com</a></p>\r\n <p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p>\r\n </div>\r\n </div>\r\n \r\n <em class="rightEm"></em> \r\n <em class="leftEm"></em> \r\n </div>\r\n <!--end Content 2-->\r\n \r\n <!--Footer-->\r\n <div style="padding:20px;margin:10px 0;font-family: Microsoft Yahei,'Segoe UI', Arial, sans-serif;font-size:12px;line-height:17px;color:#555;background:#ECF0F5;">\r\n <div>© 2016-2017 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | \r\n <a class="beianbox" style="color:#399A9B;font-size:12px;" target="_black" rel="nofollow" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306"><span class="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></div>\r\n </div>\r\n <!--End Footer-->\r\n </div> \r\n <!--end Content wrapper-->\r\n \r\n</body>\r\n</html>
com_ekexiu_portal_service_SysService.phoneContentTemplate=<p class\='infoBox'><span class\='importInfo'>mobileCode</span><span style\='margin-left\:20px;'> \u6216\u8005</span></p>
com_ekexiu_portal_service_SysService.inviteMailSubject=[ \u79D1\u8896\u7F51 ]\u7279\u9080\u79D1\u7814\u4E13\u5BB6\u9080\u8BF7\u51FD
com_ekexiu_portal_service_SysService.phoneReplaceKey=mobileCode
com_ekexiu_portal_service_SysService.inviteReplacePhone=phoneKey
com_ekexiu_portal_service_SysService.inviteReplaceEmail=mailKey
com_ekexiu_portal_service_SysService.inviteReplaceCode=invitCodeKey
com_ekexiu_portal_service_SysService.invitedUserId=uid_Key
com_ekexiu_portal_service_SysService.invitedUserName=uid_Name
#\u4F01\u4E1A\u5458\u5DE5\u9080\u8BF7\u90AE\u4EF6
com_ekexiu_portal_service_SysService.inviteStaffSubject=\u60A8\u7684\u4F01\u4E1A\u9080\u8BF7\u60A8\u52A0\u5165\u300C\u79D1\u8896\u300D
com_ekexiu_portal_service_SysService.inviteStaffMailTempalte=<html style="height:auto;"><head><title>\u4F01\u4E1A\u5458\u5DE5\u9080\u8BF7\u90AE\u4EF6</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u7684\u4F01\u4E1A<span class="spanCmp cmp_color">orgKey</span>\u9080\u8BF7\u60A8\u52A0\u5165\u300C\u79D1\u8896\u300D\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u63A5\u53D7\u9080\u8BF7\u3002</p><p><a class="buttonGo"href="http://192.168.3.233/cmp-staffReg.html?sc=stateCode"target="_blank">\u63A5\u53D7\u9080\u8BF7</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br/><a class="cmp_color"href="http://192.168.3.233/cmp-staffReg.html?sc=stateCode"target="_blank">http://192.168.3.233/cmp-staffReg.html?sc=stateCode</p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
#\u627E\u56DE\u4F01\u4E1A\u8D26\u6237\u7684\u901A\u77E5\u90AE\u4EF6
com_ekexiu_portal_service_SysService.retrieveOrgSuccessSubject=\u300C\u79D1\u8896\u300D\u5DF2\u5E2E\u60A8\u627E\u56DE\u4F01\u4E1A\u8D26\u6237
com_ekexiu_portal_service_SysService.retrieveOrgSuccessTempalte=<html style="height:auto;"><head><title>\u627E\u56DE\u4F01\u4E1A\u8D26\u6237\u7684\u901A\u77E5-\u6210\u529F</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u7684\u4F01\u4E1A\u8D26\u6237\u5DF2\u6210\u529F\u627E\u56DE\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\uFF0C\u4F7F\u7528\u5F53\u524D\u90AE\u7BB1\u548C\u60A8\u7533\u8BF7\u65F6\u8BBE\u7F6E\u7684\u5BC6\u7801\u767B\u5F55\u60A8\u7684\u4F01\u4E1A\u8D26\u6237\u3002</p><p><a class="buttonGo"href="http://192.168.3.233/cmp-portal/cmp-settled-log.html"target="_blank">\u767B\u5F55\u4F01\u4E1A\u8D26\u6237</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br/><a class="cmp_color"href="http://192.168.3.233/cmp-portal/cmp-settled-log.html"target="_blank">http://192.168.3.233/cmp-portal/cmp-settled-log.html</p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
com_ekexiu_portal_service_SysService.retrieveOrgFailSubject=\u300C\u79D1\u8896\u300D\u627E\u56DE\u4F01\u4E1A\u8D26\u6237\u5931\u8D25
com_ekexiu_portal_service_SysService.retrieveOrgFailTempalte=<html style="height:auto;"><head><title>\u627E\u56DE\u4F01\u4E1A\u8D26\u6237\u7684\u901A\u77E5-\u5931\u8D25</title><meta name="viewport"content="width=device-width, initial-scale=1"/><meta http-equiv="Content-Type"content="text/html;charset=UTF-8"><style type="text/css">html,body{font-size:14px;border:0;margin:0;padding:0;color:#000000}div,form,input,textarea,span,img,iframe{font-family:PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin:0;padding:0;border:0;outline:0}@media only screen and(max-width:600px){div[class="img-responsive"]{background-position:center center!important}}.cmp_color{color:#28b8fa}.spanCmp{font-size:16px;font-weight:bold}.bodyCon{height:auto;overflow:hidden;background:#d9dfe2}.img-responsive{background:#ECF0F5;width:100%;height:120px;background-image:url(http:.start p{color:#555555;font-size:14.0px;line-height:20px;padding-top:10.0px;text-justify:inter-ideograph;text-align:justify}.buttonGo{background-color:#28b8fa;border-radius:4px;text-align:center;color:#fff;padding:10px 40px;font-size:15px;line-height:24px;text-decoration:none}.wrapper{width:auto;margin:auto;background:rgb(255,255,255)}.wrapperCon{position:relative;padding:15.0px 50.0px 10.0px 50.0px}.basicinfo{padding:30px 0}.basicinfo p{margin-top:0;margin-bottom:0;font-size:14.0px;line-height:24px;color:#555555}.basicinfo p:first-child{border-top:1.0px solid#eeeded;padding-top:15.0px}.copyBlock{background:#ECF0F5;width:100.0%;color:#999999;padding:10px 20px;font-size:12.0px}</style></head><body class="bodyCon"><div class="img-responsive"></div><div class="wrapper"_ow="600px"><div class="row"><div class="wrapperCon"><div class="start"><p>\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u5F88\u9057\u61BE\uFF0C\u60A8\u7684\u4F01\u4E1A\u8D26\u6237\u627E\u56DE\u5931\u8D25\uFF0C\u82E5\u6709\u95EE\u9898\u8BF7\u8054\u7CFB\u5BA2\u670D010-62343359\u3002</p></div><div class="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class="cmp_color"href="http://www.ekexiu.com/"target="_blank">www.ekexiu.com</a></p><p>\u5FAE\u4FE1\u516C\u4F17\u53F7\uFF1A\u79D1\u8896\u7F51\uFF08\u5FAE\u4FE1\u53F7\uFF1Aekexiu-com\uFF09</p></div></div></div><div class="copyBlock"><p>©2016-2018\u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8|\u4EACICP\u590716042588\u53F7-1|<a class="beianbox"style="color:#399A9B;"target="_black"rel="nofollow"href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306">\u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div></div></body></html>
#\u624B\u673A\u9A8C\u8BC1-\u7ED1\u5B9A\u624B\u673A
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
com_ekexiu_portal_service_SysService.bindMobilePhoneContentTemplate=\u3010\u79D1\u8896\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u624B\u673A\u7ED1\u5B9A\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
#\u624B\u673A\u9A8C\u8BC1-\u91CD\u7F6E\u5BC6\u7801
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
com_ekexiu_portal_service_SysService.phoneRetrievePasswordContentTemplate=\u3010\u79D1\u8896\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u5BC6\u7801\u91CD\u7F6E\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
#\u624B\u673A\u9A8C\u8BC1-\u6CE8\u518C\u7528\u6237
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
com_ekexiu_portal_service_SysService.regMobilePhoneContentTemplate=\u3010\u79D1\u8896\u3011\u60A8\u7684\u9A8C\u8BC1\u7801\u4E3Ayzm\uFF0C\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\uFF0C\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u6B64\u77ED\u4FE1\u3002
#\u624B\u673A\u9A8C\u8BC1-\u7528\u6237\u767B\u5F55
com_ekexiu_portal_service_SysService.loginMobilePhoneReplaceKey=yzm
com_ekexiu_portal_service_SysService.loginMobilePhoneContentTemplate=\u3010\u79D1\u8896\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u77ED\u4FE1\u767B\u5F55\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
#\u65B0\u54A8\u8BE2\u901A\u77E5\u7528\u6237-\u77ED\u4FE1\u901A\u77E5
com_ekexiu_portal_service_SysService.sendConsultSMSContentTemplate=\u3010\u79D1\u8896\u3011\u60A8\u6536\u5230\u4E86\u4E00\u4E2A\u65B0\u7684\u54A8\u8BE2\uFF0C\u5FEB\u53BB\u67E5\u770B\u5427\u3002http\://a.app.qq.com/o/simple.jsp?pkgname\=com.ekexiu.app \u56DETD\u9000\u8BA2\u3002
#\u65B0\u54A8\u8BE2\u901A\u77E5\u7528\u6237-\u90AE\u4EF6\u901A\u77E5
com_ekexiu_portal_service_SysService.sendConsultMailSubject=\u300C\u79D1\u8896\u300D\u60A8\u6536\u5230\u4E86\u4E00\u4E2A\u65B0\u7684\u54A8\u8BE2
com_ekexiu_portal_service_SysService.sendConsultMailContentTemplate=<html style\="height\:auto;"><head><title>\u300C\u79D1\u8896\u300D\u60A8\u6536\u5230\u4E86\u4E00\u4E2A\u65B0\u7684\u54A8\u8BE2</title><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font-size\: 14px;border\: 0;margin\: 0;padding\: 0;color\: \#000000;}div,form,input,textarea,span,img,iframe {font-family\: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;margin\: 0;padding\: 0;border\: 0;outline\: 0;}@media only screen and (max-width\: 600px) {div[class\="img-responsive"]{text-align\:center\!important;}}.pro_color{color\:\#ff9900;}.spanCmp{font-size\:16px; font-weight\: bold;}.bodyCon{height\:auto;overflow\:hidden;background\:\#d9dfe2;}.img-responsive{margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;}.start p{color\:\#555555;font-size\:14.0px;line-height\:20px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;}.buttonGo{background-color\: \#308F9B;border-radius\:4px;text-align\: center;color\: \#fff;padding\: 6px 40px;font-size\: 15px;line-height\: 24px;text-decoration\: none;}.wrapper{width\: auto; margin\: auto; background\: rgb(255, 255, 255);}.wrapperCon{position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;}.basicinfo{padding\:30px 0;}.basicinfo p{margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24px;color\:\#555555;}.basicinfo p\:first-child{border-top\:1.0px solid \#eeeded;padding-top\:15.0px;}.copyBlock{background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;}</style></head><body class\="bodyCon"><div class\="img-responsive"><img src\="http\://www.ekexiu.com/images/logo4.png"></div><div><div class\="wrapper" _ow\="600px"><div><div class\="row"></div><div class\="row"><div class\="wrapperCon"><div class\="start"><p>\u5C0A\u656C\u7684\u300C\u79D1\u8896\u300D\u4E13\u5BB6\uFF1A</p><p>\u60A8\u597D\uFF01</p><p>\u60A8\u6536\u5230\u4E86\u4E00\u4E2A\u65B0\u7684\u54A8\u8BE2\uFF0C\u5FEB\u5230\u60A8\u7684\u5DE5\u4F5C\u53F0\u67E5\u770B\u5427\uFF01\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u6309\u94AE\u767B\u5F55\u300C\u79D1\u8896\u7F51\u300D\u3002</p><p><a class\="buttonGo" href\="http\://192.168.3.233/workspaces.html" target\="_blank">\u767B\u5F55\u300C\u79D1\u8896\u300D</a></p><p><span>\u82E5\u70B9\u51FB\u6309\u94AE\u65E0\u6CD5\u6253\u5F00\u7F51\u9875\uFF0C\u60A8\u53EF\u4EE5\u70B9\u51FB\u4E0B\u65B9\u7684\u94FE\u63A5\u8BD5\u8BD5\u3002</span><br /><a class\="pro_color" href\="http\://192.168.3.233/workspaces.html" target\="_blank">http\://192.168.3.233/workspaces.html</a></p></div><div class\="basicinfo"><p>\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p>\u5BA2\u670D\u7535\u8BDD\uFF1A010-62343359</p><p>\u5BA2\u670D\u90AE\u7BB1\uFF1Aservice@ekexiu.com</p><p>\u5B98\u7F51\uFF1A<a class\="pro_color" href\="http\://192.168.3.233/" target\="_blank">www.ekexiu.com</a></p></div></div></div></div><\!--footer\u5E95\u90E8--><div class\="copyBlock"><p>© 2016-2017 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
com_ekexiu_portal_service_OrgService.defaultOrgType=1
com_ekexiu_portal_mail_MailService.port::int=25
com_ekexiu_portal_mail_MailService.from=service@service.ekexiu.com
com_ekexiu_portal_mail_MailService.nick=\u79D1\u8896\u5BA2\u670D
com_ekexiu_portal_mail_MailService.mailHost=smtpdm.aliyun.com
com_ekexiu_portal_mail_MailService.username=service@service.ekexiu.com
com_ekexiu_portal_mail_MailService.password=lycrystal12EkexiuA
com_ekexiu_portal_mail_MailService.sessionProperties-ref=mailService_Map
mailService_Map::map=java.util.HashMap
mailService_Map.map-key-0::java.lang.String=mail.host
mailService_Map.map-val-0::java.lang.String=smtp.mxhichina.com
mailService_Map.map-key-1::java.lang.String=mail.transport.protocol
mailService_Map.map-val-1::java.lang.String=smtp
mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
mailService_Map.map-val-2::java.lang.String=true
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
resFileUploadServlet.cacheByMemory::boolean=false
#\u8D44\u6E90\u9644\u4EF6\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
#\u8D44\u6E90\u9644\u4EF6\u9650\u5236\u4E0A\u4F20\u6587\u4EF6\u5927\u5C0F\uFF0C\u9ED8\u8BA410M
resFileUploadServlet.defaultSizeLimit::long=10485760
#\u8D44\u6E90\u9644\u4EF6\u540C\u65F6\u4E0A\u4F20\u6700\u5927\u6570\u91CF
resFileUploadServlet.defaultCountLimit::int=10
#\u8D44\u6E90\u9644\u4EF6\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
#\u8D44\u6E90\u9644\u4EF6\u4FDD\u5B58\u76EE\u5F55
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
#\u8D44\u6E90\u56FE\u7247\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
#\u8D44\u6E90\u56FE\u7247\u4FDD\u5B58\u76EE\u5F55
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
com_ekexiu_portal_service_ImagesService.resourceDataPath::java.io.File=/kexiu/webdata/data/resource
#\u79D1\u7814\u6587\u7AE0\u56FE\u7247\u4E0A\u4F20\u4E34\u65F6\u76EE\u5F55
com_ekexiu_portal_service_ArticleService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
#\u79D1\u7814\u6587\u7AE0\u56FE\u7247\u4FDD\u5B58\u76EE\u5F55
com_ekexiu_portal_service_ArticleService.articlePath::java.io.File=/kexiu/webdata/data/article
com_ekexiu_portal_service_ArticleService.dateFormat::java.lang.String=yyyyMMdd
#\u79D1\u7814\u6587\u7AE0\u56FE\u7247\u5C3A\u5BF8
com_ekexiu_portal_service_ArticleService.artMaxLen::int=200
#\u8D44\u6E90\u5206\u4EAB\u56FE\u7247\u5C3A\u5BF8
com_ekexiu_portal_service_ImagesService.resImageMaxLen::int=240
#\u8BA4\u8BC1\u56FE\u7247\u4FDD\u5B58\u76EE\u5F55
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/webdata/data/authImg
#\u8BA4\u8BC1\u56FE\u7247\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55
com_ekexiu_portal_service_AuthImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
#\u4F01\u4E1A\u8D26\u6237\u627E\u56DE\u63D0\u4EA4\u56FE\u7247\u4FDD\u5B58\u76EE\u5F55
com_ekexiu_portal_service_OrgRetrieveImgService.orgRetrieveImgPath::java.io.File=/kexiu/webdata/data/orgRetrieveImg
#\u4F01\u4E1A\u8D26\u53F7\u627E\u56DE\u4E0A\u4F20\u56FE\u7247\u4E34\u65F6\u76EE\u5F55
com_ekexiu_portal_service_OrgRetrieveImgService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
#\u540E\u53F0\u670D\u52A1\u9644\u4EF6\u76F8\u5173\u914D\u7F6E
serviceFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
serviceFileUploadServlet.cacheByMemory::boolean=false
#\u540E\u53F0\u670D\u52A1\u9644\u4EF6\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55\u0095
serviceFileUploadServlet.cachePath::java.io.File=/kexiu/webdata/data/serviceFiles/temp
#\u540E\u53F0\u670D\u52A1\u9644\u4EF6\u9650\u5236\u4E0A\u4F20\u6587\u4EF6\u5927\u5C0F\uFF0C\u9ED8\u8BA410M
serviceFileUploadServlet.defaultSizeLimit::long=10485760
#\u540E\u53F0\u670D\u52A1\u9644\u4EF6\u4E0A\u4F20\u4E34\u65F6\u6587\u4EF6\u76EE\u5F55\u0095
com_ekexiu_portal_service_OperateServiceFileService.tmpPath::java.io.File=/kexiu/webdata/data/serviceFiles/temp
#\u540E\u53F0\u670D\u52A1\u9644\u4EF6\u4FDD\u5B58\u76EE\u5F55\u0095
com_ekexiu_portal_service_OperateServiceFileService.serviceFilePath::java.io.File=/kexiu/webdata/data/serviceFiles
#\u8BA1\u7B97\u4E13\u5BB6\u5E73\u5747\u661F\u7EA7\u7684\u6743\u91CD-\u54A8\u8BE2\u661F\u7EA7\u6743\u91CD0.5
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
#\u8BA1\u7B97\u4E13\u5BB6\u5E73\u5747\u661F\u7EA7\u7684\u6743\u91CD-\u54A8\u8BE2\u6B21\u6570\u6743\u91CD0.5
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
#\u5B9A\u65F6\u4EFB\u52A1\u65F6\u95F4\u95F4\u9694-24\u5C0F\u65F6
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
#\u5B9A\u65F6\u4EFB\u52A1\u6267\u884C\u65F6\u95F4-\u6BCF\u5929\u51CC\u66682\u70B9
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
#\u66F4\u65B0\u7528\u6237\u79EF\u5206\u767E\u5206\u6BD4\u5B9A\u65F6\u4EFB\u52A1\u65F6\u95F4\u95F4\u9694-24\u5C0F\u65F6
com_ekexiu_portal_job_ProScoreTaskJobEntry.delayTime::long=86400000
#\u66F4\u65B0\u7528\u6237\u79EF\u5206\u767E\u5206\u6BD4\u5B9A\u65F6\u4EFB\u52A1\u6267\u884C\u65F6\u95F4-\u6BCF\u5929\u51CC\u66684\u70B9
com_ekexiu_portal_job_ProScoreTaskJobEntry.taskTime::java.lang.String=4:00:00
#\u6D4B\u8BD5\u73AF\u5883\u4E0B\u8BBE\u7F6E\u5FAE\u4FE1\u5B9A\u65F6\u5237\u65B0\u4EFB\u52A1\u4E0D\u6267\u884C
com_ekexiu_portal_service_WeixinService.jsApiOauthUrl::java.lang.String=http://www.ekexiu.com
#rich editor data save path
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
editorControllerGetWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
editorControllerGetWebRequestEntry.uri=/editor/controller
editorControllerGetWebRequestEntry.methodName=service
editorControllerGetWebRequestEntry.methodType=GET
editorControllerPostWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
editorControllerPostWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
editorControllerPostWebRequestEntry.uri=/editor/controller
editorControllerPostWebRequestEntry.methodName=service
editorControllerPostWebRequestEntry.methodType=POST
com_ekexiu_portal_service_FileUploadService.rootPath::java.io.File=/kexiu/webdata/data/assessory
#\u79EF\u5206
#\u6DFB\u52A0\u7814\u7A76\u65B9\u5411
com_ekexiu_portal_service_GrowthRuleService.addResearchArea::int=20
com_ekexiu_portal_service_GrowthRuleService.addResearchAreaForInviter::int=4
#\u70B9\u8D5E\u4E13\u5BB6\u7684\u7814\u7A76\u65B9\u5411
com_ekexiu_portal_service_GrowthRuleService.researchAgree::int=1
#\u81EA\u5DF1\u7684\u7814\u7A76\u65B9\u5411\u6536\u5230\u70B9\u8D5E
com_ekexiu_portal_service_GrowthRuleService.researchBeAgree::int=1
#\u53D1\u5E03\u4E00\u7BC7\u6587\u7AE0
com_ekexiu_portal_service_GrowthRuleService.addArticle::int=100
com_ekexiu_portal_service_GrowthRuleService.addArticleForInviter::int=20
#\u7ED9\u522B\u4EBA\u7684\u6587\u7AE0\u70B9\u8D5E
com_ekexiu_portal_service_GrowthRuleService.articleAgree::int=1
#\u81EA\u5DF1\u7684\u6587\u7AE0\u83B7\u5F97\u70B9\u8D5E
com_ekexiu_portal_service_GrowthRuleService.articleBeAgree::int=1
#\u7ED9\u522B\u4EBA\u7684\u6587\u7AE0\u7559\u8A00
com_ekexiu_portal_service_GrowthRuleService.articleLeaveWord::int=1
#\u81EA\u5DF1\u7684\u6587\u7AE0\u83B7\u5F97\u7559\u8A00
com_ekexiu_portal_service_GrowthRuleService.articleBeleaveWord::int=1
#\u53D1\u5E03\u4E00\u4E2A\u8D44\u6E90
com_ekexiu_portal_service_GrowthRuleService.addResource::int=100
com_ekexiu_portal_service_GrowthRuleService.addResourceForInviter::int=20
#\u901A\u8FC7\u5B9E\u540D\u8BA4\u8BC1
com_ekexiu_portal_service_GrowthRuleService.authRealName::int=100
com_ekexiu_portal_service_GrowthRuleService.authRealNameForInviter::int=50
#\u6210\u4E3A\u79D1\u8896\u8BA4\u8BC1\u4E13\u5BB6
com_ekexiu_portal_service_GrowthRuleService.authExpert::int=500
com_ekexiu_portal_service_GrowthRuleService.authExpertForInviter::int=200
#\u6210\u4E3A\u4F01\u4E1A\u8BA4\u8BC1\u7528\u6237
com_ekexiu_portal_service_GrowthRuleService.authOrg::int=200
com_ekexiu_portal_service_GrowthRuleService.authOrgForInviter::int=100
#\u63A5\u53D7\u4E00\u6B21\u54A8\u8BE2
com_ekexiu_portal_service_GrowthRuleService.consultReceive::int=50
com_ekexiu_portal_service_GrowthRuleService.consultReceiveForInviter::int=10
#\u5B8C\u6210\u4E00\u6B21\u54A8\u8BE2
com_ekexiu_portal_service_GrowthRuleService.consultFinish::int=100
com_ekexiu_portal_service_GrowthRuleService.consultFinishForInviter::int=20
#\u83B7\u5F974\u661F\u53CA\u4EE5\u4E0A\u8BC4\u4EF7
com_ekexiu_portal_service_GrowthRuleService.receiveFourStar::int=50
com_ekexiu_portal_service_GrowthRuleService.receiveFourStarForInviter::int=10
#\u8BC4\u4EF7\u4E00\u6B21\u54A8\u8BE2
com_ekexiu_portal_service_GrowthRuleService.consultAssess::int=50
com_ekexiu_portal_service_GrowthRuleService.consultAssessForInviter::int=10
#\u53D1\u5E03\u4E00\u4E2A\u4E2A\u4EBA\u9700\u6C42
com_ekexiu_portal_service_GrowthRuleService.addProDemand::int=50
com_ekexiu_portal_service_GrowthRuleService.addProDemandForInviter::int=10
#\u53D1\u5E03\u4E00\u4E2A\u4F01\u4E1A\u9700\u6C42
com_ekexiu_portal_service_GrowthRuleService.addOrgDemand::int=100
com_ekexiu_portal_service_GrowthRuleService.addOrgDemandForInviter::int=20
#\u786E\u8BA4\u4E00\u6B21\u9700\u6C42
com_ekexiu_portal_service_GrowthRuleService.demandConfirm::int=100
com_ekexiu_portal_service_GrowthRuleService.demandConfirmForInviter::int=20
#\u6210\u529F\u9080\u8BF7\u4E00\u4E2A\u597D\u53CB
com_ekexiu_portal_service_GrowthRuleService.inviteProfessor::int=100
com_ekexiu_portal_service_GrowthRuleService.inviteProfessorForInviter::int=50
#\u9996\u6B21\u7ED1\u5B9A\u624B\u673A\uFF08\u5305\u62EC\u6CE8\u518C\uFF09\u548C\u90AE\u7BB1\uFF08\u5305\u62EC\u6CE8\u518C\uFF09
com_ekexiu_portal_service_GrowthRuleService.bindMobile::int=100
com_ekexiu_portal_service_GrowthRuleService.bindEmail::int=50
#\u7528\u6237\u7B7E\u5230\uFF0C\u7B2C\u4E00\u59295\u5206\uFF0C\u8FDE\u7EED\u4E24\u59296\u5206\uFF0C\u8FDE\u7EED\u4E09\u59297\u5206\uFF0C\u8FDE\u7EED\u56DB\u59298\u5206\uFF0C\u8FDE\u7EED\u4E94\u59299\u5206\uFF0C\u8FDE\u7EED\u516D\u5929\u53CA\u4EE5\u4E0A10\u5206
com_ekexiu_portal_service_GrowthRuleService.signInOneDay::int=5
com_ekexiu_portal_service_GrowthRuleService.signInTwoDays::int=6
com_ekexiu_portal_service_GrowthRuleService.signInThreeDays::int=7
com_ekexiu_portal_service_GrowthRuleService.signInFourDays::int=8
com_ekexiu_portal_service_GrowthRuleService.signInFiveDays::int=9
com_ekexiu_portal_service_GrowthRuleService.signInSixDays::int=10
com_ekexiu_portal_oauth_OAuthService.handlers-ref=oauthService_handlers
oauthService_handlers::map=java.util.HashMap
oauthService_handlers.map-key-1=weixin
oauthService_handlers.map-val-1-ref=com_ekexiu_portal_oauth_weixin_WeiXinHandler
com_ekexiu_push_service_PushService.enable::boolean=true
com_ekexiu_portal_cms_TemplateService.source::java.io.File=/kexiu/www/html/fw_template_r3254
com_ekexiu_portal_cms_TemplateService.dir::java.io.File=/kexiu/webdata/shtml
com_ekexiu_portal_oauth_BaseOAuthHandler=com.ekexiu.portal.oauth.BaseOAuthHandler
com_ekexiu_portal_oauth_BaseOAuthHandler.type=weixinxiaochengxu
oauthService_handlers.map-key-2=weixinxiaochengxu
oauthService_handlers.map-val-2-ref=com_ekexiu_portal_oauth_BaseOAuthHandler
com_ekexiu_portal_question_Service.imgPath::java.io.File=/kexiu/webdata/data/question
com_ekexiu_portal_ware_WareService.imgPath::java.io.File=/kexiu/webdata/data/ware
com_ekexiu_portal_platform_PlatformService.imgPath::java.io.File=/kexiu/webdata/data/platform
com_ekexiu_portal_article_file_ArticleFileService.imgPath::java.io.File=/kexiu/webdata/data/article/file
com_ekexiu_portal_product_ProductService.imgPath::java.io.File=/kexiu/webdata/data/product
com_ekexiu_portal_platform_PlatformService.urlWithRestPasswordWithEmail=MAIL_REST_URL
com_ekexiu_portal_platform_PlatformService.stateCodeWithRestPasswordWithEmail=MAIL_REST_SC
com_ekexiu_portal_platform_PlatformService.templateWithRestPasswordWithEmail=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://www.ekexiu.com/images/logo4.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u9A8C\u8BC1\u91CD\u7F6E\u5BC6\u7801\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u91CD\u7F6E\u5BC6\u7801\u3002</p><p><a style\="color\:\#ff9900" href\="MAIL_REST_URL\=MAIL_REST_SC" target\="_blank">MAIL_REST_URL\=MAIL_REST_SC</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
com_ekexiu_portal_platform_PlatformService.subjectWithRestPasswordWithEmail=\u300C\u79D1\u8896\u300D\u5E73\u53F0\u8D26\u6237\u5BC6\u7801\u627E\u56DE
com_ekexiu_portal_platform_PlatformService.urlWithBindEmail=MAIL_BIND_URL
com_ekexiu_portal_platform_PlatformService.stateCodeWithBindEmail=MAIL_BIND_SC
com_ekexiu_portal_platform_PlatformService.templateWithBindEmail=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://www.ekexiu.com/images/logo4.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u7ED1\u5B9A\u65B0\u90AE\u7BB1\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u7ED1\u5B9A\u3002</p><p><a style\="color\:\#ff9900" href\="MAIL_BIND_URL\=MAIL_BIND_SC" target\="_blank">MAIL_BIND_URL\=MAIL_BIND_SC</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
com_ekexiu_portal_platform_PlatformService.subjectWithBindEmail=\u300C\u79D1\u8896\u300D\u5E73\u53F0\u8D26\u6237\u90AE\u7BB1\u7ED1\u5B9A
com_ekexiu_portal_system_SysMailService.orgInviteCodeKey=MAIL_SC
com_ekexiu_portal_system_SysMailService.orgInviteNameKey=MAIL_ORG_NAME
com_ekexiu_portal_system_SysMailService.orgInviteTemplate=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://www.ekexiu.com/images/logo4.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u7684\u4F01\u4E1AMAIL_ORG_NAME\u9080\u8BF7\u60A8\u6210\u4E3A\u4F01\u4E1A\u8BA4\u8BC1\u5458\u5DE5\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u64CD\u4F5C\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/cmp-portal/cmp-staff-invite.html?sc\=MAIL_SC" target\="_blank">http\://192.168.3.233/cmp-portal/cmp-staff-invite.html?sc\=MAIL_SC</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\: <a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">© 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 | \u4EACICP\u590716042588\u53F7-1 | <a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" rel\="nofollow" href\="mailto\:service@ekexiu.com">service@ekexiu.com</a></strong> \u5BA2\u670D\u7535\u8BDD\uFF1A 010-62343359\uFF089\:00-17\:00\uFF09 </p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
|