浏览代码

Merge branch 'feature_gufengshou_20240125_pid'

gufengshou1 1 年之前
父节点
当前提交
c46e98bfa7

+ 1 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/impl/RankServiceImpl.java

@@ -189,6 +189,7 @@ public class RankServiceImpl implements RankService {
         JSONObject object=new JSONObject();
         object.put("mid",request.getMid());
         object.put("adid",result.getCreativeId());
+        object.put("creativeCode",result.getCreativeCode());
         object.put("type",topItem.getScore_type());
         object.put("pctr",topItem.getCtr());
         object.put("pcvr",topItem.getCvr());