...
|
...
|
@@ -47,7 +47,7 @@ public class PinYouActServiceImpl extends UnionServiceImpl implements IUnionServ |
|
|
private String urlEode(ActivateUnionRequestBO requestBO) {
|
|
|
String client_type = requestBO.getClient_type();
|
|
|
Integer currentTime = DateUtil.getCurrentTimeSecond();
|
|
|
String pinYouUrl = "http://stats.ipinyou.com/mcdv?";
|
|
|
String pinYouUrl = "http://stats.ipinyou.com/mcvt?";
|
|
|
//广告主信息
|
|
|
String advertiser = "MC.LF";
|
|
|
String ip = requestBO.getClientIp();
|
...
|
...
|
|