无关风月
4 天以前 6e23a1d4d7c2e56f229b5391efdc38210f70fc8d
manage/src/main/java/com/jilongda/manage/authority/controller/LoginController.java
@@ -131,6 +131,9 @@
        }
    }
    public static void main(String[] args) {
    }
    @ApiOperation(value = "发送验证码", notes = "发送验证码")
    @PostMapping(value = "sendMsg")
    public ApiResult<String> sendMsg(@Validated @RequestBody VerificationCodeDTO dto) throws Exception {