| | |
| | | import com.yami.trading.admin.model.UserSafewordApplyExamineModel; |
| | | import com.yami.trading.admin.model.UserSafewordApplyModel; |
| | | import com.yami.trading.bean.user.dto.UserSafewordApplyDto; |
| | | import com.yami.trading.common.constants.Constants; |
| | | import com.yami.trading.common.domain.Result; |
| | | import com.yami.trading.service.AwsS3OSSFileService; |
| | | import com.yami.trading.service.RealNameAuthRecordService; |
| | |
| | | |
| | | for(UserSafewordApplyDto safewordApplyDto:page.getRecords()){ |
| | | safewordApplyDto.setIdcardPathFront( |
| | | awsS3OSSFileService.getUrl(safewordApplyDto.getIdcardPathBack())); |
| | | Constants.IMAGES_HTTP+safewordApplyDto.getIdcardPathBack()); |
| | | safewordApplyDto.setIdcardPathBack( |
| | | awsS3OSSFileService.getUrl(safewordApplyDto.getIdcardPathBack())); |
| | | Constants.IMAGES_HTTP+safewordApplyDto.getIdcardPathBack()); |
| | | safewordApplyDto.setIdcardPathHold( |
| | | awsS3OSSFileService.getUrl(safewordApplyDto.getIdcardPathHold())); |
| | | Constants.IMAGES_HTTP+safewordApplyDto.getIdcardPathHold()); |
| | | } |
| | | return Result.ok(page); |
| | | } |