zhaoxian 2 vuotta sitten
vanhempi
commit
d34d07bb86

+ 1 - 1
ruixuan-launch/src/main/java/com/ruixuan/launch/service/impl/KuaishouLaunchGroupTargetServiceImpl.java

@@ -74,7 +74,7 @@ public class KuaishouLaunchGroupTargetServiceImpl implements IKuaishouLaunchGrou
         AccountToken token = tokenService.getAccountToken(accountId);
         Map<String, Object> param = new HashMap<String, Object>();
         param.put("advertiser_id", accountId);
-//        param.put("status", 1);
+        param.put("status", 4);
         param.put("page_size", 500);
         JSONObject result = APIUtil.getApiResult(KuaishouAPIConstant.POPULATION, token.getAccessToken(), param);
         if (Check.isNotNull(result)) {