|
@@ -503,10 +503,10 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
|
|
|
target.put("paid_audience", JSONArray.parseArray(templateTarget.getPaidAudience()));
|
|
|
}
|
|
|
//-------------兴趣行为定向
|
|
|
- JSONObject behaviorInterest = new JSONObject();
|
|
|
+ /* JSONObject behaviorInterest = new JSONObject();
|
|
|
JSONObject behavior = new JSONObject();
|
|
|
- JSONObject interest = new JSONObject();
|
|
|
- if (!Check.isNull(templateTarget.getKeyword())) {
|
|
|
+ JSONObject interest = new JSONObject();*/
|
|
|
+ /* if (!Check.isNull(templateTarget.getKeyword())) {
|
|
|
behavior.put("keyword", JSONArray.parseArray(templateTarget.getKeyword()));
|
|
|
}
|
|
|
if (!Check.isNull(templateTarget.getLabel())) {
|
|
@@ -532,7 +532,7 @@ public class KuaiShouGroupTemplateServiceImpl extends ServiceImpl<KuaiShouGroupT
|
|
|
}
|
|
|
if (!Check.isNull(behaviorInterest)) {
|
|
|
target.put("behavior_interest", behaviorInterest);
|
|
|
- }
|
|
|
+ }*/
|
|
|
returnJson.put("target", target);
|
|
|
returnJson.put("code", 0);
|
|
|
return returnJson;
|