1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| import request from "@/common/httpPort.js";
| // 湖区数据
| export function getInfoByCode(params) {
| return request("/product/show/getInfoByCode", "GET", params)
| }
| //比对声音
| export function voiceprint(params) {
| return request("/compare/voiceprint", "POST", params)
| }
| // export function getUrl(e) {
| // if (e&&JSON.parse(e)[0]) {
| // return test.ftpUrl + JSON.parse(e)[0].fileName;
| // } else {
| // return ''
| // }
| // }
|
|