|
|
@@ -182,7 +182,7 @@ class MeetingService extends BaseService
|
|
|
|
|
|
$info = $info->toArray();
|
|
|
$info['thumb'] = $info['thumb'] ? get_image_url($info['thumb']) : '';
|
|
|
- $info['qrcode'] = MpService::make()->getMiniQrcode('pagesSub/pages/meeting/books','id='.$info['id']);
|
|
|
+ $info['qrcode'] = MpService::make()->getMiniQrcode('pagesSub/pages/meeting/books','&id='.$info['id']);
|
|
|
$info['qrcode'] = $info['qrcode']? get_image_url($info['qrcode']):'';
|
|
|
return [
|
|
|
'code' => 0,
|