541469799@qq.com 1 anno fa
parent
commit
4b85390278
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      app/index/controller/Checkout.php

+ 2 - 3
app/index/controller/Checkout.php

@@ -12,11 +12,10 @@ declare (strict_types=1);
 
 namespace app\index\controller;
 
-use app\api\controller\Controller;
 use app\api\model\Order as OrderModel;
 use app\api\service\order\PaySuccess;
-use app\api\service\User as UserService;
-use app\api\service\Cart as CartService;
+use app\index\service\User as UserService;
+use app\index\service\Cart as CartService;
 use app\api\service\order\Checkout as CheckoutService;
 use app\api\validate\order\Checkout as CheckoutValidate;
 use app\common\enum\order\PayType as OrderPayTypeEnum;