|
|
@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@RestController
|
|
|
@RequiredArgsConstructor
|
|
|
@Tag(name = "充电业务相关接口_第三方")
|
|
|
-@RequestMapping("/dev/v1/linkData")
|
|
|
+@RequestMapping("/charge-business/v1/linkData")
|
|
|
public class LinkDataController {
|
|
|
|
|
|
private final ChargingReceptionService chargingReceptionService;
|