| | |
| | | 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 || '' |
| | | } |
| | | }) |
| | | } |
| | |
| | | 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' |
| | | }) |
| | | } |
| | |
| | | |
| | | export const _customer = () => { |
| | | return request({ |
| | | url: "api/syspara!getSyspara.action", |
| | | url: "api/syspara/getSyspara.action", |
| | | method: "GET", |
| | | params: { |
| | | code: "customer_service_url" |