rain
2024-07-30 ceaf77720ca99f61a3b69147f8d7b3127bf8c5b7
src/main/java/com/dji/sample/speak/controller/SpeakVoiceController.java
@@ -57,8 +57,8 @@
    }
    @PostMapping("/putVoice")
    public ResponseResult putVoice() {
        return ResponseResult.success(voiceServicel.awayRiver());
    public ResponseResult putVoice(@RequestParam  String sn) {
        return ResponseResult.success(voiceServicel.awayRiver(sn));
    }
    @GetMapping("/selectVoice")