diff --git a/app/Controller/CouponRebateController.php b/app/Controller/CouponRebateController.php index 1c856f3..8cdfd9a 100644 --- a/app/Controller/CouponRebateController.php +++ b/app/Controller/CouponRebateController.php @@ -14,7 +14,7 @@ namespace App\Controller; use Hyperf\DbConnection\Db; use Hyperf\Redis\Redis; use Hyperf\Utils\ApplicationContext; -use App\CouponRebate\CouponRebateInterface; +use App\Service\CouponRebateInterface; use http\Client\Curl\User; use Hyperf\Di\Annotation\Inject; use App\Model\Coupon; diff --git a/app/CouponRebate/CouponRebate.php b/app/Service/CouponRebate.php similarity index 97% rename from app/CouponRebate/CouponRebate.php rename to app/Service/CouponRebate.php index 510e99b..a171bb8 100644 --- a/app/CouponRebate/CouponRebate.php +++ b/app/Service/CouponRebate.php @@ -1,6 +1,6 @@ \App\Service\ParamsTokenSsdbService::class, \App\Service\AdServiceInterface::class => \App\Service\AdService::class, \App\Commons\Log::class => \App\Commons\Log::class, - \App\CouponRebate\CouponRebateInterface::class => \App\CouponRebate\CouponRebate::class, + \App\Service\CouponRebateInterface::class => \App\Service\CouponRebate::class, ];