fix:重名bean问题
This commit is contained in:
parent
f994aa0e8a
commit
c0078f62c8
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user