获取计费规则传参数修改

This commit is contained in:
小朱 2025-05-12 09:41:06 +08:00
parent deded23732
commit 3e744fd4d3

View File

@ -78,9 +78,9 @@ public interface OperateFeignClient {
/**
* 根据区域id获取计费规则
*
* @param regionId 运营区id
* @param operationRegionId 运营区id
* @return 返回结果
*/
@GetMapping("ebikesysrcostset/getRegionFeeConfigById")
JsonResult<ResFeignEbikeSysRcostsetDto> getRegionFeeConfigById(@RequestParam(name = "regionId") Long regionId);
JsonResult<ResFeignEbikeSysRcostsetDto> getRegionFeeConfigById(@RequestParam(name = "operationRegionId") Long operationRegionId);
}