|
@@ -141,7 +141,7 @@ public class KuaishouLaunchCampaignAutoStrategyServiceImpl implements IKuaishouL
|
|
|
if (Check.isNotNull(cpaBids)) {
|
|
|
cpaBidArr = cpaBids.split("/");
|
|
|
}
|
|
|
- if (cpaBidArr.length > 0) {
|
|
|
+ if (cpaBidArr.length > 0 && strategyJson.getInteger("speed") != 5) {
|
|
|
for (int j = 0; j < cpaBidArr.length; j++) {
|
|
|
String cpaBid = cpaBidArr[j];
|
|
|
strategyJson.put("cpaBid", cpaBid);
|