|
@@ -204,7 +204,7 @@ public class DriverApiController {
|
|
|
|
|
|
}
|
|
|
|
|
|
- @PostMapping("getVehicleInfo")
|
|
|
+ @GetMapping("getVehicleInfo")
|
|
|
@ApiOperation(value = "获取当前车辆信息")
|
|
|
public MessageResult<VehicleInfo> getVehicleInfo(@RequestAttribute String subject){
|
|
|
MessageResult<VehicleInfo> messageResult = new MessageResult<>();
|