|
@@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@RestController
|
|
@RestController
|
|
|
@RequiredArgsConstructor
|
|
@RequiredArgsConstructor
|
|
|
@Tag(name = "价格策略管理")
|
|
@Tag(name = "价格策略管理")
|
|
|
-@RequestMapping("/dev/v1/price-policy")
|
|
|
|
|
|
|
+@RequestMapping("/api/v1/price-policy")
|
|
|
public class PricePolicyManagementController {
|
|
public class PricePolicyManagementController {
|
|
|
|
|
|
|
|
private final PricePolicyManagementService pricePolicyManagementService;
|
|
private final PricePolicyManagementService pricePolicyManagementService;
|