瀏覽代碼

feat:同步599实验代码至677实验

zhaohaipeng 1 天之前
父節點
當前提交
f4581bfdf8

+ 2 - 2
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/predict/model/threshold/RandomPredictModel.java

@@ -51,8 +51,8 @@ public class RandomPredictModel extends ThresholdPredictModel {
         JSONObject logJson = new JSONObject();
         logJson.putAll(result);
         logJson.put("mid", modelParam.getMid());
-        logJson.put("expId", "667");
-        logJson.put("appType", modelParam.getAppType());
+        logJson.put("expId", "599");
+        logJson.put("appType", appType);
         logJson.put("thresholdParamKey", thresholdParamKey);
         logJson.put("adPlatformType", modelParam.getAdPlatformType());
         logJson.put("abCode", modelParam.getAbTestCode());