Authored by ping

update

... ... @@ -171,7 +171,7 @@ public class DingdangServiceImpl implements DingdangService {
JSONObject j = new JSONObject();
j.put("apptype", request.getApptype());
j.put("appid", request.getAppid());
j.put("mac", request.getUdid());
j.put("udid", request.getUdid());
j.put("dateid", DateUtil.getcurrentDateTime());
SourceEnum e = SourceEnum.getSourceEnumByValue(u.getType());
j.put("source", e == null ? "" : e.getName());
... ...
... ... @@ -98,7 +98,7 @@
<maxFileSize>${maxFileSize}</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger:%line - %msg%n</pattern>
<pattern>%msg%n</pattern>
</encoder>
</appender>
... ... @@ -113,7 +113,7 @@
<maxFileSize>${maxFileSize}</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger:%line - %msg%n</pattern>
<pattern>%msg%n</pattern>
</encoder>
</appender>
... ...
zkAddress=192.168.102.162:32815
# web context
web.context=users
\ No newline at end of file
web.context=union
\ No newline at end of file
... ...