int a = (int) (Math.random() * (999 - 100 + 1)) + 100;//生成退款流水号String requestSerialId = "HYTK" + memberId + "VIP" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMddHHmm")) + a;