网关拦截优化

This commit is contained in:
attiya 2025-11-07 17:27:05 +08:00
parent f133a15725
commit 9756a94315

View File

@ -24,7 +24,7 @@ public interface OperationsFeignClient {
* *
* @return 结果 * @return 结果
*/ */
@PostMapping("/api/userRadiusList") @PostMapping("/ebikeBikeInfo/api/userRadiusList")
JsonResult<List<FeignEbikeDto>> userRadiusList(@Validated @RequestBody FeignEbikeBikeRadiusVo radiusVo); JsonResult<List<FeignEbikeDto>> userRadiusList(@Validated @RequestBody FeignEbikeBikeRadiusVo radiusVo);
} }