| | |
| | | //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; |
| | |
| | | // @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(); |
| | | // } |