yuanhao
2025-06-04 35dab133f3085a6bce2f045d2d28605aa64e8e61
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 ''
//     }
// }