罗广辉
2025-10-22 fa4191dfe098fe356bdb1d24ab5762dd5728ab22
1
2
3
4
5
6
7
8
9
import {request} from "@/utils/request"
 
export const startVoice = data => {
  return request({
    url: `/drone-device-core/speak/api/v1/startVoice`,
    method: 'post',
    data,
  })
}