新版仿ok交易所-后端
1
zj
23 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
trading-order-admin/src/main/java/com/yami/trading/admin/controller/auth/UserAuthController.java
@@ -132,7 +132,7 @@
    public Result<?> examine(@RequestBody @Valid RealNameExamineModel model){
        RealNameAuthRecord realNameAuthRecord= realNameAuthRecordService.getById(model.getId());
        if (realNameAuthRecord==null){
            throw  new YamiShopBindException("参数错误");
            throw new YamiShopBindException("Invalid parameters");
        }
        int status=  realNameAuthRecord.getStatus();
        if (model.getType()==1){