Compare commits

...

2 Commits

Author SHA256 Message Date
PC
45c7771c4a Merge remote-tracking branch 'origin/main' 2026-03-04 10:28:09 +08:00
PC
3c5218a0bb 运营区边缘计算:基础支持-音频播放命令 2026-03-04 10:28:02 +08:00

View File

@ -159,6 +159,16 @@ public interface OperationsFeignClient {
/**
* 根据车辆编号获取寻车铃
*
* @param ecuSn ecuSn
* @param idx 音频编号
* @return true 成功 false 失败
*/
@GetMapping("/ebikeEcuInfo/api/playAudio")
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,Integer idx);
/**
* 根据SN编号播放音频
*
* @param bikeCode 车辆编号
* @return true 成功 false 失败
*/