Commit 7c823037 authored by 马博's avatar 马博

update

parent a78cf077
...@@ -274,6 +274,13 @@ ...@@ -274,6 +274,13 @@
<version>2.2.25</version> <version>2.2.25</version>
</dependency> </dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -22,7 +22,7 @@ import java.util.Map; ...@@ -22,7 +22,7 @@ import java.util.Map;
/** /**
* Created by mabo on 2019/3/25 * Created by mabo on 2019/3/25
*/ */
public class 自有新优惠券_兑换限制测试 extends CheckTemplet{ public class 自有新优惠券_兑换限制测试_ExchangeTest extends CheckTemplet{
@Autowired @Autowired
http.service.app.gawService gawService; http.service.app.gawService gawService;
......
...@@ -19,7 +19,7 @@ import java.util.Map; ...@@ -19,7 +19,7 @@ import java.util.Map;
/** /**
* Created by mabo on 2019/3/26 * Created by mabo on 2019/3/26
*/ */
public class 自有新虚拟商品_充值_兑换限制 extends CheckTemplet{ public class 自有新虚拟商品_充值_兑换限制_ExchangeTest extends CheckTemplet{
@Autowired @Autowired
http.service.app.gawService gawService; http.service.app.gawService gawService;
@Autowired @Autowired
......
...@@ -26,7 +26,7 @@ import static io.restassured.RestAssured.given; ...@@ -26,7 +26,7 @@ import static io.restassured.RestAssured.given;
/** /**
* Created by mabo on 2019/3/22 * Created by mabo on 2019/3/22
*/ */
public class 自有老优惠券商品_兑换限制测试 extends CheckTemplet { public class 自有老优惠券商品_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired @Autowired
private MobileService mobileService; private MobileService mobileService;
@Autowired @Autowired
......
...@@ -27,7 +27,7 @@ import static io.restassured.RestAssured.given; ...@@ -27,7 +27,7 @@ import static io.restassured.RestAssured.given;
/** /**
* Created by mabo on 2019/3/22 * Created by mabo on 2019/3/22
*/ */
public class 自有老实物_兑换限制测试 extends CheckTemplet { public class 自有老实物_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired @Autowired
private MobileService mobileService; private MobileService mobileService;
@Autowired @Autowired
......
...@@ -24,7 +24,7 @@ import java.util.Map; ...@@ -24,7 +24,7 @@ import java.util.Map;
/** /**
* Created by mabo on 2019/3/25 * Created by mabo on 2019/3/25
*/ */
public class 自有老虚拟商品_兑换限制测试 extends CheckTemplet { public class 自有老虚拟商品_兑换限制测试_ExchangeTest extends CheckTemplet {
@Autowired @Autowired
private MobileService mobileService; private MobileService mobileService;
@Autowired @Autowired
......
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