1
李凌
2026-01-20 9a9d832dbd364557e070abcd9a7779a2c6c07ffb
src/service/user.api.js
@@ -214,9 +214,9 @@
            idName: data.idname || 'id/passpost', // 证件名称
            idNumber: data.idnumber, // 证件号码
            name: data.name, // 姓名
            idFrontImg: data.frontFile.length && data.frontFile[0].resURL || '',
            idBackImg: data.reverseFile.length && data.reverseFile[0].resURL || '',
            handheldPhoto: data.fileList.length && data.fileList[0].resURL || ''
            // idFrontImg: data.frontFile.length && data.frontFile[0].resURL || '',
            // idBackImg: data.reverseFile.length && data.reverseFile[0].resURL || '',
            // handheldPhoto: data.fileList.length && data.fileList[0].resURL || ''
        }
    })
}
@@ -225,6 +225,14 @@
export const _getIdentify = () => {
    return request({
        url: `${API_PREFIX}/realNameAuth/get`,
        method: 'GET'
    })
}
// 认证信息
export const _getContractBySymbolType = () => {
    return request({
        url: `${API_PREFIX}/assets!getContractBySymbolType.action?symbolType=cryptos`,
        method: 'GET'
    })
}
@@ -322,7 +330,7 @@
export const _customer = () => {
    return request({
        url: "api/syspara!getSyspara.action",
        url: "api/syspara/getSyspara.action",
        method: "GET",
        params: {
            code: "customer_service_url"