wupengfei 1 year ago
parent
commit
2a29ece367
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/common/service/UserSynth.php

+ 1 - 1
.idea/workspace.xml

@@ -381,7 +381,7 @@
       <workItem from="1690159826319" duration="22343000" />
       <workItem from="1690246325106" duration="23791000" />
       <workItem from="1690332708631" duration="20337000" />
-      <workItem from="1690419501541" duration="15286000" />
+      <workItem from="1690419501541" duration="15367000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/common/service/UserSynth.php

@@ -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'];