|
@@ -39,7 +39,7 @@ public class TrackController {
|
|
System.err.println("快手点击监测");
|
|
System.err.println("快手点击监测");
|
|
try {
|
|
try {
|
|
//test
|
|
//test
|
|
- String aciton = "click"; // ⾏为类型 // 点击
|
|
|
|
|
|
+ String action = "click"; // ⾏为类型 // 点击
|
|
String imei = request.getParameter("imei");
|
|
String imei = request.getParameter("imei");
|
|
String oaidmd5 = request.getParameter("oaidmd5");
|
|
String oaidmd5 = request.getParameter("oaidmd5");
|
|
String accountid = request.getParameter("accountid"); //⼴告账户ID
|
|
String accountid = request.getParameter("accountid"); //⼴告账户ID
|
|
@@ -49,7 +49,7 @@ public class TrackController {
|
|
String callback = request.getParameter("callback"); // ⼴告创意ID
|
|
String callback = request.getParameter("callback"); // ⼴告创意ID
|
|
Map<String, String> headers = new HashMap<>();
|
|
Map<String, String> headers = new HashMap<>();
|
|
TreeMap<String, Object> params = new TreeMap<>();
|
|
TreeMap<String, Object> params = new TreeMap<>();
|
|
- params.put("aciton", aciton);
|
|
|
|
|
|
+ params.put("action", action);
|
|
params.put("requestFrom", "huichuang");
|
|
params.put("requestFrom", "huichuang");
|
|
params.put("pid", "2088821582878450");
|
|
params.put("pid", "2088821582878450");
|
|
params.put("partnerId", "tab3huichuangapkhuichuang");
|
|
params.put("partnerId", "tab3huichuangapkhuichuang");
|