Compare commits

..

No commits in common. "a10381f383b2f6e3e5a5d6d34e2f9a9917a5db00e7aa022dcd0e7c105a892543" and "fab0b70ccef1dddbb4b905593b6612a149fbe8a82f5cdaeb7136196229aaa480" have entirely different histories.

View File

@ -163,8 +163,8 @@ public interface OperationsFeignClient {
* @param idx 音频编号
* @return true 成功 false 失败
*/
@GetMapping("/ebikeEcuInfo/playAudio")
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,@RequestParam("idx")Integer idx);
@GetMapping("/ebikeEcuInfo/api/playAudio")
JsonResult<?> playAudio(@RequestParam("ecuSn") String ecuSn,Integer idx);
/**
* 根据SN编号播放音频