Feat(云灵AI):界面初始化
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
postAction
|
||||
} from '@/api/http.js'
|
||||
|
||||
export function makeFileTransTask(data) {
|
||||
return postAction('/app/voiceToText/makeFileTransTask', data)
|
||||
}
|
||||
|
||||
export function getFileTransResult(data) {
|
||||
return postAction('/app/voiceToText/getFileTransResult', data)
|
||||
}
|
||||
Reference in New Issue
Block a user