运营区边缘计算:基础支持-音频播放命令

This commit is contained in:
PC 2026-03-04 10:28:02 +08:00
parent ba6b471523
commit 3c5218a0bb

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 失败
*/