运营区边缘计算:基础支持-音频播放命令
This commit is contained in:
parent
ba6b471523
commit
3c5218a0bb
@ -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 车辆编号
|
* @param bikeCode 车辆编号
|
||||||
* @return true 成功 false 失败
|
* @return true 成功 false 失败
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user