private String generateCode() {
        int min = 100000;
        int max = 1000000;
Random rand = new Random();
int res = this.rand.nextInt(max - min) + min; return String.valueOf(res); }
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄