ai请求地址修改
This commit is contained in:
@@ -184,7 +184,7 @@ export interface RecognizeResult {
|
||||
export function aiRecognize(content: string, deviceTags: string[] = []){
|
||||
return request({
|
||||
url: '/open/v1/moc/change/recognize',
|
||||
method: 'get',
|
||||
method: 'post',
|
||||
params: {
|
||||
request_id: nextRequestId('rec'),
|
||||
content,
|
||||
|
||||
Reference in New Issue
Block a user