wzy
2020-11-01 cbf7a2cc9807f1647a92d9ffc3f51791f8ac9ca0
src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
@@ -111,7 +111,7 @@
        return rsa.encryptBase64(token + "_" + System.currentTimeMillis(), KeyType.PublicKey);
    }
//    @SubmitRepeat
    //@SubmitRepeat
    @ApiOperation(value = "app注册接口", notes = "app注册接口,验证码必须输入可默认为123456")
    @PostMapping(value = "/register")
    public Result register(@RequestBody @Validated RegisterDto registerDto) {