|
@@ -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;
|
|
|
}
|
|
|
}
|