Helius
2020-10-15 bf4ed8bebd7acbbc1635365e41670aa00e9aeab1
modify
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/common/system/controller/LoginController.java 2 ●●● patch | view | raw | blame | history
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) {