From 6b84067eba7ed899956423ab5d9ab487ae4cbac0 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期三, 31 一月 2024 15:38:28 +0800 Subject: [PATCH] 更新接口 --- DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java b/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java index e00f295..3cd90ed 100644 --- a/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java +++ b/DriverIGOTravel/guns-admin/src/test/java/com/stylefeng/guns/GunsApplicationTest.java @@ -1,13 +1,17 @@ //package com.stylefeng.guns; // //import com.stylefeng.guns.modular.smallLogistics.server.IOrderLogisticsService; +//import com.stylefeng.guns.modular.system.service.IDriverService; //import com.stylefeng.guns.modular.system.service.IOrderEvaluateService; +//import com.stylefeng.guns.modular.system.warpper.ActivityWarpper; //import org.junit.Test; //import org.junit.runner.RunWith; //import org.springframework.beans.factory.annotation.Autowired; //import org.springframework.boot.test.context.SpringBootTest; //import org.springframework.test.context.junit4.SpringRunner; // +//import java.text.SimpleDateFormat; +//import java.util.List; //import java.util.Map; // ///** @@ -24,10 +28,14 @@ // @Autowired // private IOrderLogisticsService orderLogisticsService; // +// @Autowired +// private IDriverService driverService; +// // @Test // public void test(){ // try { -// orderLogisticsService.sendVerificationCode(3114, 3); +// SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); +// List<ActivityWarpper> activityWarppers = driverService.queryMyActivity(2508, sdf.parse("2024-01-31"), 1); // }catch (Exception e){ // e.printStackTrace(); // } -- Gitblit v1.7.1