xuhy
2024-02-01 8dd61e711d7cccd7d8d1278ab79a73e7a41aad4d
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();
//        }