|
@@ -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;
|