From 899803590ddc4f1af4a09e2c5c4c3d7563fa1ee9 Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Mon, 31 Aug 2020 17:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v3/UpdateShopCartController.php | 21 +++++++++++++++++ ...rderService.php => OnlineOrderService.php} | 2 +- .../Implementations/UpdateShopCartService.php | 23 +++++++++++++++++++ .../UpdateShopCartServiceInterface.php | 12 ++++++++++ config/autoload/dependencies.php | 2 +- 5 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 app/Controller/v3/UpdateShopCartController.php rename app/Service/v3/Implementations/{OnlineOnlineOrderService.php => OnlineOrderService.php} (83%) create mode 100644 app/Service/v3/Implementations/UpdateShopCartService.php create mode 100644 app/Service/v3/Interfaces/UpdateShopCartServiceInterface.php diff --git a/app/Controller/v3/UpdateShopCartController.php b/app/Controller/v3/UpdateShopCartController.php new file mode 100644 index 0000000..292b34f --- /dev/null +++ b/app/Controller/v3/UpdateShopCartController.php @@ -0,0 +1,21 @@ + \App\Service\v3\Implementations\HelperService::class, \App\Service\v3\Interfaces\VerifyCodeServiceInterface::class => \App\Service\v3\Implementations\VerifyCodeService::class, \App\Service\v3\Interfaces\UserBindTelServiceInterface::class => \App\Service\v3\Implementations\UserBindTelService::class, - \App\Service\v3\Interfaces\OnlineOrderServiceInterface::class => \App\Service\v3\Implementations\OnlineOnlineOrderService::class, + \App\Service\v3\Interfaces\OnlineOrderServiceInterface::class => \App\Service\v3\Implementations\OnlineOrderService::class, \App\Service\v3\Interfaces\DistributionPriceServiceInterface::class => \App\Service\v3\Implementations\DistributionPriceService::class, \App\Service\v3\Interfaces\AppointmentTimeServiceInterface::class => \App\Service\v3\Implementations\AppointmentTimeService::class, \App\Service\v3\Interfaces\CategoryServiceInterface::class => \App\Service\v3\Implementations\CategoryService::class,