Browse Source

fix:批量设置价格

super-yimizi 3 weeks ago
parent
commit
1f902b7d4f

+ 2 - 2
application/api/controller/BodyProfile.php

@@ -4,8 +4,8 @@ namespace app\api\controller;
 
 use app\common\controller\Api;
 use app\common\model\BodyTypeConfig;
-use app\common\service\BodyProfileService;
-use app\common\service\BodyTypeService;
+use app\common\Service\BodyProfileService;
+use app\common\Service\BodyTypeService;
 use app\api\validate\BodyProfile as BodyProfileValidate;
 use app\api\validate\BodyMeasurements as BodyMeasurementsValidate;
 use app\api\validate\BodyTypeSelection as BodyTypeSelectionValidate;

+ 1 - 1
application/common/Service/BodyProfileService.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace app\common\service;
+namespace app\common\Service;
 
 use app\common\model\BodyProfile;
 use app\common\model\BodyMeasurements;

+ 1 - 1
application/common/Service/BodyTypeService.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace app\common\service;
+namespace app\common\Service;
 
 use app\common\model\BodyTypeConfig;
 use app\common\model\BodyMeasurements;

+ 1 - 1
application/common/Service/CartService.php

@@ -8,7 +8,7 @@ use app\common\Enum\GoodsEnum;
 use app\common\exception\BusinessException;
 class CartService
 {
-        /**
+    /**
      * 将购物车数据转换为标准的商品列表格式
      * @param array $cart_ids 购物车ID列表
      * @param int $user_id 用户ID

+ 1 - 1
application/common/service/CartService.php

@@ -8,7 +8,7 @@ use app\common\Enum\GoodsEnum;
 use app\common\exception\BusinessException;
 class CartService
 {
-        /**
+    /**
      * 将购物车数据转换为标准的商品列表格式
      * @param array $cart_ids 购物车ID列表
      * @param int $user_id 用户ID