新版仿ok交易所-后端
1
zyy
2026-03-24 513e5442723f501525bf9ca6210b16561e5d3a2b
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiRealNameAuthContoller.java
@@ -122,6 +122,8 @@
        map.put("idName", record.getIdName());
        map.put("idNumber", record.getIdNumber());
        map.put("name", record.getName());
        map.put("firstName", record.getFirstName());
        map.put("birth", record.getBirth());
        map.put("idFrontImg", record.getIdFrontImg());
        map.put("idBackImg", record.getIdBackImg());
        map.put("status", record.getStatus());
@@ -130,12 +132,12 @@
        map.put("handheldPhoto", record.getHandheldPhoto());
        map.put("idname", record.getIdName());
        map.put("idnumber", record.getIdNumber());
        map.put("idimg_1_path", awsS3OSSFileService.getUrl(record.getIdFrontImg()));
        map.put("idimg_2_path", awsS3OSSFileService.getUrl(record.getIdBackImg()));
        map.put("idimg_3_path", awsS3OSSFileService.getUrl(record.getHandheldPhoto()));
        map.put("idimg_1", record.getIdFrontImg());
        map.put("idimg_2", record.getIdBackImg());
        map.put("idimg_3", record.getHandheldPhoto());
        map.put("idimg_1_path",record.getIdFrontImg());
        map.put("idimg_2_path",record.getIdBackImg());
        map.put("idimg_3_path",record.getHandheldPhoto());
        map.put("idimg_1",record.getIdFrontImg());
        map.put("idimg_2",record.getIdBackImg());
        map.put("idimg_3",record.getHandheldPhoto());
        return Result.succeed(map);
    }