获取计费规则传参数修改
This commit is contained in:
parent
deded23732
commit
3e744fd4d3
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user