Commit 88aa01c0 authored by 赵然's avatar 赵然

zr

parent 3cf1a92a
...@@ -53,6 +53,7 @@ public class 推荐位测试_DuibaTest extends DuibaTestBase { ...@@ -53,6 +53,7 @@ public class 推荐位测试_DuibaTest extends DuibaTestBase {
data = PublicMethod.data(); data = PublicMethod.data();
Response ManagerResponse = managerService.save_random("【推荐位测试数据】"+data); Response ManagerResponse = managerService.save_random("【推荐位测试数据】"+data);
actId = ManagerResponse.jsonPath().getString("actId"); actId = ManagerResponse.jsonPath().getString("actId");
logger.info("sssssssssssssss"+actId);
managerService.switchSpecifyAndBlack("1",actId); managerService.switchSpecifyAndBlack("1",actId);
//定向开发者 //定向开发者
managerService.saveSpecify(actId,"2239"); managerService.saveSpecify(actId,"2239");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment