运营区边缘计算:基础支持-音频播放命令
This commit is contained in:
parent
45c7771c4a
commit
478e1a638b
@ -163,8 +163,8 @@ public interface OperationsFeignClient {
|
||||
* @param idx 音频编号
|
||||
* @return true 成功 false 失败
|
||||
*/
|
||||
@GetMapping("/ebikeEcuInfo/api/playAudio")
|
||||
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,Integer idx);
|
||||
@GetMapping("/ebikeEcuInfo/playAudio")
|
||||
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,@RequestParam("idx")Integer idx);
|
||||
|
||||
/**
|
||||
* 根据SN编号播放音频
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user