瀏覽代碼

网络获取 得到的粉丝数据是空的,修复后无需遍历主体列表

kaijia 6 月之前
父節點
當前提交
ee748464ee

+ 4 - 0
app/src/main/java/com/kuxuan/autoclick/net/OutGroupCustomNet.java

@@ -119,6 +119,10 @@ public class OutGroupCustomNet {
119 119
                                 }
120 120
                                 if (!isNullList) {
121 121
                                     WeworkController.weworkService.startOtherTask(true, taskBean);
122
+                                    LogUtil.e("退群客户企业列表为空");
123
+                                    Constant.isOutGroupCustomReturn = false;
124
+                                    WeworkController.weworkService.runStop();
125
+                                    SelectMethod.getInstance().selectMethod3(taskBean);
122 126
                                 }
123 127
                             } else {
124 128
                                 LogUtil.e("退群客户企业列表为空");

+ 4 - 0
app/src/main/java/com/kuxuan/autoclick/net/OutGroupReturnTargetNet.java

@@ -124,6 +124,10 @@ public class OutGroupReturnTargetNet {
124 124
                                 }
125 125
                                 if (!isNullList) {
126 126
                                     WeworkController.weworkService.startOtherTask(true, taskBean);
127
+                                    LogUtil.e("重新补拉到指定群企业列表为空");
128
+                                    Constant.isOutGroupCustomReturn = false;
129
+                                    WeworkController.weworkService.runStop();
130
+                                    SelectMethod.getInstance().selectMethod3(taskBean);
127 131
                                 }
128 132
                             } else {
129 133
                                 LogUtil.e("重新补拉到指定群企业列表为空");