Преглед изворни кода

Merge branch 'message' of licailing/wenlvju into master

licailing пре 4 година
родитељ
комит
5638d2468f

+ 1 - 1
src/main/java/com/izouma/wenlvju/service/performance/ParticipantService.java

@@ -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);