Commit e9243d79 authored by 赵然's avatar 赵然

zr

parent f0a784ff
......@@ -91,7 +91,7 @@ public class 抽奖异常测试_DuibaTest extends DuibaTestBase {
//进行接口测试传参
Response response = this.新活动工具接口传参失败("27018","q1l0ry");
//判断结果
Assert.assertEquals(response.jsonPath().getString("message"),"扣积分-失败测试","校验message失败");
Assert.assertEquals(response.jsonPath().getString("message"),"扣积分-失败信息","校验message失败");
Assert.assertEquals(response.jsonPath().getString("result"),"101","校验result失败");
Assert.assertEquals(response.jsonPath().getString("success"),"false","校验success失败");
logger.info("扣积分失败测试验证成功");
......
......@@ -768,7 +768,8 @@ public class ManagerService {
return response;
}
public Response doEdit2(String consumeTemplateId) throws Exception {
String url = "http://"+dafuwengHost + ":" + dafuwengPort+"/app/doEdit";
// String url = "http://"+dafuwengHost + ":" + dafuwengPort+"/app/doEdit";
String url = "http://"+dafuwengHost + "/app/doEdit";
Map<String,String> map = new HashMap<>();
map.put("id","67");
......
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