feat
This commit is contained in:
11
src/api/workbench/index.js
Normal file
11
src/api/workbench/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import request from '@/utils/request.js'
|
||||
import { method } from 'lodash'
|
||||
|
||||
//获取历史通话文本记录
|
||||
|
||||
export const getHistoryCallContent=(params)=>{
|
||||
return request({
|
||||
url:`/text/history/list/${params}`,
|
||||
method:'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user