|
@@ -197,9 +197,9 @@ public class WfMeetingApplyController {
|
|
|
@SaCheckPermission("wfmeetingapply:detail")
|
|
|
@XjrLog(value = "会议签到二维码-生成二维码")
|
|
|
public RT<String> qrcode(@RequestParam Long id) throws Exception {
|
|
|
- String url = commonPropertiesConfig.getDomainApp() + "/pages/material/grant?id=" + id + "&userId=" + StpUtil.getLoginIdAsLong();
|
|
|
- int width = 200;
|
|
|
- int height = 200;
|
|
|
+ String url = commonPropertiesConfig.getDomainApp() + "/pages/meeting/detail?id=" + id + "&type=1";
|
|
|
+ int width = 400;
|
|
|
+ int height = 400;
|
|
|
int margin = 1;
|
|
|
|
|
|
String base64 = QrCodeUtil.createBase64(url, width, height, margin);
|