Commit 858cec82 authored by 赵然's avatar 赵然

zr

parent 87bfb93d
......@@ -602,7 +602,7 @@ public class gawService {
logger.info("请求Qb兑换接口:"+ "/gaw/qbExchange/create");
Response response = given().contentType("application/json; charset=UTF-8").cookies(authorization.dafuwengLogin(uid)).body(jsonParam).post("http://"+goodsHost+"/gaw/qbExchange/create");
response.prettyPrint();
try{
Assert.assertEquals(response.jsonPath().getString("success"),"true");
......
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