chenyc
2025-07-18 480c0834c2dc57721022cc9b06d527a3e7cad09b
src/api/user/index.ts
@@ -41,7 +41,7 @@
}
export function checkUploadFile(params: Object) {
    return request({
        url: `${confingInfoStore().confingInfo.faceApi}/check-face`,
        url: `${confingInfoStore().confingInfo.faceApi}/test/identifyFace`,
        method: 'post',
        data: params,
    })