fix:重名bean问题

This commit is contained in:
zz 2021-11-02 11:16:56 +08:00
parent f994aa0e8a
commit c0078f62c8

View File

@ -13,7 +13,7 @@ import java.io.IOException;
public class CheckChargeOrderController { public class CheckChargeOrderController {
@PostMapping("/v1/check_charge_orders") @PostMapping("/v1/check_charge_orders")
public CommonResponse notificationChargeOrderInfo(@RequestBody CommonRequest<CheckChargeOrderRequestData> commonRequest) throws IOException { public CommonResponse check_charge_orders(@RequestBody CommonRequest<CheckChargeOrderRequestData> commonRequest) throws IOException {
String operatorID = commonRequest.getOperatorId(); String operatorID = commonRequest.getOperatorId();
StationInfo stationInfo = new StationInfo(); StationInfo stationInfo = new StationInfo();