yumeng 2 hafta önce
ebeveyn
işleme
3716efe306

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/toutiao/modules/report/controller/BytedancePushDataController.java

@@ -63,7 +63,7 @@ public class BytedancePushDataController {
             if (!Check.isNull(data)) {
                 JSONObject content = data.getJSONObject("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<List<Long>> moreList = Lists.partition(idList, 100);
                     for (List<Long> ids : moreList) {