| | |
| | | map.put("idname",kyc.getIdName()); |
| | | map.put("idnumber",kyc.getIdNumber()); |
| | | map.put("name",kyc.getName()); |
| | | map.put("idimg_1_path",awsS3OSSFileService.getUrl(kyc.getIdFrontImg())); |
| | | map.put("idimg_2_path",awsS3OSSFileService.getUrl(kyc.getIdBackImg())); |
| | | map.put("idimg_3_path", awsS3OSSFileService.getUrl(kyc.getHandheldPhoto())); |
| | | map.put("idimg_1_path",Constants.IMAGES_HTTP+kyc.getIdFrontImg()); |
| | | map.put("idimg_2_path",Constants.IMAGES_HTTP+kyc.getIdBackImg()); |
| | | map.put("idimg_3_path",Constants.IMAGES_HTTP+kyc.getHandheldPhoto()); |
| | | map.put("idimg_1",kyc.getIdFrontImg()); |
| | | map.put("idimg_2",kyc.getIdBackImg()); |
| | | map.put("idimg_3",kyc.getHandheldPhoto()); |
| | |
| | | // } |
| | | // |
| | | // if (model.getIdNumber().length()>50){ |
| | | // throw new YamiShopBindException("证件号码长度超过50"); |
| | | // throw new YamiShopBindException("ID number exceeds 50 characters"); |
| | | // } |
| | | // if (model.getName().length()>50){ |
| | | // throw new YamiShopBindException("实名姓名长度超过50"); |
| | | // throw new YamiShopBindException("Real name exceeds 50 characters"); |
| | | // } |
| | | // BeanUtils.copyProperties(model, realNameAuthRecord); |
| | | // realNameAuthRecord.setUserId(user.getUserId()); |