|
@@ -151,6 +151,7 @@ public class TrackController {
|
|
String cid = request.getParameter("cid"); // ⼴告创意ID
|
|
String cid = request.getParameter("cid"); // ⼴告创意ID
|
|
String callback = request.getParameter("callback"); // ⼴告创意ID
|
|
String callback = request.getParameter("callback"); // ⼴告创意ID
|
|
String code = request.getParameter("code"); // 编号
|
|
String code = request.getParameter("code"); // 编号
|
|
|
|
+ String timestamp = request.getParameter("timestamp"); // 编号
|
|
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("action", action);
|
|
params.put("action", action);
|
|
@@ -181,6 +182,9 @@ public class TrackController {
|
|
if (!Check.isNull(cid)) {
|
|
if (!Check.isNull(cid)) {
|
|
params.put("cid", cid);
|
|
params.put("cid", cid);
|
|
}
|
|
}
|
|
|
|
+ if (!Check.isNull(timestamp)) {
|
|
|
|
+ params.put("timestamp", timestamp);
|
|
|
|
+ }
|
|
params.put("accountid", "35861772");
|
|
params.put("accountid", "35861772");
|
|
|
|
|
|
if (!Check.isNull(callback)) {
|
|
if (!Check.isNull(callback)) {
|