Compare commits
2 Commits
fab0b70cce
...
a10381f383
| Author | SHA256 | Date | |
|---|---|---|---|
| a10381f383 | |||
| 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