wupengfei 1 ano atrás
pai
commit
4256417ad9
2 arquivos alterados com 2 adições e 7 exclusões
  1. 1 7
      .idea/workspace.xml
  2. 1 0
      application/common/service/UserSynth.php

+ 1 - 7
.idea/workspace.xml

@@ -2,12 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/common/service/index.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/common/service/index.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/public/static/5@2x.png" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/public/static/location@2x.png" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/public/static/read@2x.png" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/public/static/time@2x.png" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/common/service/UserSynth.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/service/UserSynth.php" afterDir="false" />
     </list>
@@ -387,7 +381,7 @@
       <workItem from="1690159826319" duration="22343000" />
       <workItem from="1690246325106" duration="23791000" />
       <workItem from="1690332708631" duration="20337000" />
-      <workItem from="1690419501541" duration="13737000" />
+      <workItem from="1690419501541" duration="13801000" />
     </task>
     <servers />
   </component>

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

@@ -297,6 +297,7 @@ class UserSynth extends SerBase
         $qr_code = $ticket_info['qr_code'];
 
         $html_body = file_get_contents('index.php');
+        var_dump($html_body);die();
         $request->setHtmlBody($html_body);
         $send_res = $client->getAcsResponse($request);
         return ['code'=>200,'msg'=>'发送成功'];