|
|
@@ -121,7 +121,7 @@ public class FsUserInvitedServiceImpl extends ServiceImpl<FsUserInvitedMapper, F
|
|
|
//二维码
|
|
|
InputStream qrCodeStream = QRutils.getQRCodeImageInputStream(link, 250, 250);
|
|
|
InputStream mainImageStream = null;
|
|
|
- String imgUrl = "https://cos.his.cdwjyyh.com/fs/20250308/038f33f3cd4b4b7786e5647f2d5ca609.jpg"; //暂时固定
|
|
|
+ String imgUrl = "https://obs.jnmyunl.com/fs/20260312/1773296292015.jpg"; //暂时固定
|
|
|
try {
|
|
|
mainImageStream = QRutils.downloadAndEncodeImageToInputStream(imgUrl);
|
|
|
} catch (Exception e) {
|