|
@@ -477,7 +477,7 @@ public class CreateInternalServiceImpl implements ICreateInternalService {
|
|
|
planParam.put("convert_id", convertId);
|
|
|
}
|
|
|
}
|
|
|
- System.out.println(planParam);
|
|
|
+ System.out.println("广告组创建参数:" + planParam);
|
|
|
String createResult = HttpUtils2.httpPostRequest("https://ad.oceanengine.com/overture/ad/create/", planParam, header);
|
|
|
JSONObject result = JSONObject.parseObject(createResult);
|
|
|
System.out.println("创建广告计划返回信息:" + result.toJSONString());
|
|
@@ -653,6 +653,10 @@ public class CreateInternalServiceImpl implements ICreateInternalService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ //账号登出
|
|
|
+ System.out.println("账号登出");
|
|
|
+ String logoutUrl = "https://ad.oceanengine.com/sso_logout/";
|
|
|
+ webDriver.get(logoutUrl);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
} finally {
|