...
|
...
|
@@ -127,6 +127,7 @@ public class PinYouServiceImpl implements IPinYouService { |
|
|
String event_value = requestBO.getEvent_value();
|
|
|
//客户端ip
|
|
|
String ip = requestBO.getIp();
|
|
|
ip = MD5.md5(ip);
|
|
|
//debug flag
|
|
|
//按照品友的格式进行拼接
|
|
|
String df = "0";
|
...
|
...
|
@@ -199,6 +200,7 @@ public class PinYouServiceImpl implements IPinYouService { |
|
|
user_id=MD5.md5(user_id);
|
|
|
//客户端ip
|
|
|
String ip = requestBO.getIp();
|
|
|
ip = MD5.md5(ip);
|
|
|
//debug flag
|
|
|
String df = "0";
|
|
|
StringBuffer stringBuffer = new StringBuffer();
|
...
|
...
|
|