Compare commits

..

No commits in common. "45c7771c4a5bd4e876bf5756d983fdab06a54ffca212e36b8de41f6d53de5862" and "56aaa83ebbe4e14295c6a1b6b5a52e71005e12d3dca3da4c1bcf8802ad0ddb58" have entirely different histories.

View File

@ -159,16 +159,6 @@ 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 车辆编号
* @return true 成功 false 失败
*/