Commit f73fa175 authored by 马博's avatar 马博

加延时

parent 37af82ae
......@@ -210,6 +210,7 @@ public class ObjectExchange_ExchangeTest extends CheckTemplet {
//多档位话费兑换_10元话费
@Test(dataProvider = "providerMethod")
public void 多档位兑换(Map<String,String> data) throws Exception {
Thread.sleep(4000);
Map<String, Object> mapuser = jdbc.findSimpleResult("select * from dafuweng.user where id="+uid);
String credits = String.valueOf(mapuser.get("credits"));
logger.info("兑换前积分:" + credits);
......
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