Kaynağa Gözat

去除行为兴趣

yumeng 4 yıl önce
ebeveyn
işleme
f44431ee00

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/KuaiShouCreateServiceImpl.java

@@ -631,7 +631,7 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
             }
         }
         //-------------兴趣行为定向
-        JSONObject behaviorInterest = new JSONObject();
+       /* JSONObject behaviorInterest = new JSONObject();
         JSONObject behavior = new JSONObject();
         JSONObject interest = new JSONObject();
         if (!Check.isNull(unitJson.getJSONArray("keyword"))) {
@@ -660,7 +660,7 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
         }
         if (!Check.isNull(behaviorInterest)) {
             target.put("behavior_interest", behaviorInterest);
-        }
+        }*/
         return target;
     }
 }