|
|
@@ -136,7 +136,7 @@ public class ParticipantService {
|
|
|
hints.put(EncodeHintType.CHARACTER_SET, "UTF-8");
|
|
|
hints.put(EncodeHintType.MARGIN, 1);
|
|
|
|
|
|
- BitMatrix bitMatrix = new MultiFormatWriter().encode("http://yskj.njlyw.cn:8081/h5?progremmeId=" + participant.getProgrammeId(),
|
|
|
+ BitMatrix bitMatrix = new MultiFormatWriter().encode("http://yskj.njlyw.cn:8081/h5/home?programmeId=" + participant.getProgrammeId(),
|
|
|
BarcodeFormat.QR_CODE, 1000, 1000, hints);
|
|
|
BufferedImage code = MatrixToImageWriter.toBufferedImage(bitMatrix);
|
|
|
|