Compare commits
2 Commits
56aaa83ebb
...
45c7771c4a
| Author | SHA256 | Date | |
|---|---|---|---|
| 45c7771c4a | |||
| 3c5218a0bb |
@ -159,6 +159,16 @@ 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 车辆编号
|
* @param bikeCode 车辆编号
|
||||||
* @return true 成功 false 失败
|
* @return true 成功 false 失败
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user