|
@@ -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)) {
|