Browse Source

feat:版本

super-yimizi 2 months ago
parent
commit
db8062637d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      addons/shop/controller/api/Base.php
  2. 1 1
      addons/shop/controller/api/Cart.php

+ 1 - 1
addons/shop/controller/api/Base.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 
 
-namespace app\api\controller;
+namespace addons\shop\controller\api;
 
 
 use app\common\controller\Api;
 use app\common\controller\Api;
 use app\common\library\Auth;
 use app\common\library\Auth;

+ 1 - 1
addons/shop/controller/api/Cart.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 
 
-namespace app\api\controller;
+namespace addons\shop\controller\api;
 
 
 use addons\shop\model\Carts;
 use addons\shop\model\Carts;
 use addons\shop\model\Sku;
 use addons\shop\model\Sku;