puzhibing
2023-12-22 c27525d7f3d39d9472ce9e8a386cdbae4e159a4c
DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java
@@ -1,5 +1,6 @@
//package com.stylefeng.guns;
//
//import com.stylefeng.guns.modular.smallLogistics.server.IOrderLogisticsService;
//import com.stylefeng.guns.modular.system.service.IOrderEvaluateService;
//import org.junit.Test;
//import org.junit.runner.RunWith;
@@ -20,10 +21,13 @@
//    @Autowired
//    private IOrderEvaluateService orderEvaluateService;
//
//    @Autowired
//    private IOrderLogisticsService orderLogisticsService;
//
//    @Test
//    public void test(){
//        try {
//            Map<String, Object> map = orderEvaluateService.queryEvaluate(3, 1, 10, 2508);
//            orderLogisticsService.sendVerificationCode(3114, 3);
//        }catch (Exception e){
//            e.printStackTrace();
//        }