Commit 61341d3c authored by 吕雯燕's avatar 吕雯燕

Merge branch 'master' of gitlab2.dui88.com:mabo/test-platform

parents 8183f92a f73fa175
......@@ -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