Compare commits
2 Commits
fab0b70cce
...
a10381f383
| Author | SHA256 | Date | |
|---|---|---|---|
| a10381f383 | |||
| 478e1a638b |
@ -163,8 +163,8 @@ public interface OperationsFeignClient {
|
|||||||
* @param idx 音频编号
|
* @param idx 音频编号
|
||||||
* @return true 成功 false 失败
|
* @return true 成功 false 失败
|
||||||
*/
|
*/
|
||||||
@GetMapping("/ebikeEcuInfo/api/playAudio")
|
@GetMapping("/ebikeEcuInfo/playAudio")
|
||||||
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,Integer idx);
|
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,@RequestParam("idx")Integer idx);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据SN编号播放音频
|
* 根据SN编号播放音频
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user