Commit 2824846b authored by 马博's avatar 马博

test

parent 9fbb7111
......@@ -54,7 +54,7 @@ public class 多档位话费_兑换流程测试_ExchangeTest extends CheckTemple
try{
response = couponExchangeService.phonebillExchange(authorization.dafuwengLogin(uid),"10");
// response.prettyPrint();
logger.info(response.toString());
logger.info(response.asString());
}catch (Exception e){
message = e.toString();
......@@ -142,12 +142,13 @@ public class 多档位话费_兑换流程测试_ExchangeTest extends CheckTemple
try{
response = couponExchangeService.phonebillExchange(authorization.dafuwengLogin(uid),"50");
// response.prettyPrint();
logger.info(response.toString());
logger.info(response.asString());
}catch (Exception e){
message = e.toString();
}
logger.info(response.asString());
logger.info("message: " + message);
//获取按钮状态
......
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