yyl
11 months ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
import request from '@/utils/request' |
||||
|
|
||||
|
|
||||
|
export function onMessage(data) { |
||||
|
return request({ |
||||
|
url: '/phoneSpk/onMessage', |
||||
|
method: 'post', |
||||
|
data: data |
||||
|
}) |
||||
|
} |
Loading…
Reference in new issue