Commit 4f94fc2b authored by 马博's avatar 马博

fix

parent 5b42e768
...@@ -85,6 +85,7 @@ public class Qb_兑换限制测试_ExchangeTest extends CheckTemplet { ...@@ -85,6 +85,7 @@ public class Qb_兑换限制测试_ExchangeTest extends CheckTemplet {
response = qbExchangeService.doTakePrize1(authorization.dafuwengLogin(uid),"1234345554","1"); response = qbExchangeService.doTakePrize1(authorization.dafuwengLogin(uid),"1234345554","1");
message = response.jsonPath().getString("message"); message = response.jsonPath().getString("message");
logger.info(message); logger.info(message);
if(message==null)logger.info(response.asString());
//获取按钮状态 //获取按钮状态
Response detailResponse = mobileService.detail(authorization.dafuwengLogin(uid),"2"); Response detailResponse = mobileService.detail(authorization.dafuwengLogin(uid),"2");
......
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