Authored by Ge

日志优化

... ... @@ -198,12 +198,12 @@ public class ClickUnionRest {
bo.setClient_type("android");
bo.setAppid("com.yoho");
String agent = request.getHeader("user-agent");
log.info("addUnion4Stream user-agent={}", agent);
if(StringUtils.isBlank(agent)){
return;
}
agent = agent.toLowerCase();
bo.setUserAgent(agent);
log.info("addUnion4Stream user-agent={}", agent);
String url = "http://cdn.yoho.cn/app-downfiles/yohoBuy_YOHO_2953.apk";
try {
if (!StringUtils.isEmpty(agent)) {
... ...