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){