|
@@ -63,7 +63,7 @@ public class BytedancePushDataController {
|
|
|
if (!Check.isNull(data)) {
|
|
if (!Check.isNull(data)) {
|
|
|
JSONObject content = data.getJSONObject("content");
|
|
JSONObject content = data.getJSONObject("content");
|
|
|
if (!Check.isNull(content)) {
|
|
if (!Check.isNull(content)) {
|
|
|
- JSONArray idArr = content.getJSONArray("project_ids");
|
|
|
|
|
|
|
+ JSONArray idArr = content.getJSONArray("promotion_ids");
|
|
|
List<Long> idList = JSONArray.parseArray(idArr.toJSONString(), Long.class);
|
|
List<Long> idList = JSONArray.parseArray(idArr.toJSONString(), Long.class);
|
|
|
List<List<Long>> moreList = Lists.partition(idList, 100);
|
|
List<List<Long>> moreList = Lists.partition(idList, 100);
|
|
|
for (List<Long> ids : moreList) {
|
|
for (List<Long> ids : moreList) {
|