|
@@ -299,7 +299,7 @@ class UserSynth extends SerBase
|
|
|
$user_name =$ticket_info['name'];
|
|
|
$qr_code = $ticket_info['qr_code'];
|
|
|
$qr_content= $ticket_info['qr_content'];
|
|
|
- $server_url= 'http://'.$_SERVER['SERVER_NAME'].'static/';
|
|
|
+ $server_url= 'https://'.$_SERVER['SERVER_NAME'].'static';
|
|
|
$sponsor_name = $sponsor_info ? $sponsor_info->title : '官方主办';
|
|
|
$time = $act_info['start_time'].'-'.$act_info['end_time'];
|
|
|
$address = $act_info['province'].$act_info['city'].$act_info['county'].$act_info['address'];
|