wupengfei 2 years ago
parent
commit
501a976bba
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/common.php

+ 1 - 1
.idea/workspace.xml

@@ -270,7 +270,7 @@
       <workItem from="1679532313623" duration="31448000" />
       <workItem from="1679619041819" duration="29965000" />
       <workItem from="1679706054685" duration="19035000" />
-      <workItem from="1679878121007" duration="11062000" />
+      <workItem from="1679878121007" duration="11094000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/common.php

@@ -345,7 +345,7 @@ function pdfCurl($file_name)
     curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
     curl_setopt($ch, CURLOPT_POST, 1);
 //    curl_setopt($ch, CURLOPT_POSTFIELDS, 'file=@'.$file_name);
-    var_dump($file_name);
+    var_dump($file_name);die();
     curl_setopt($ch, CURLOPT_POSTFIELDS, ['file'=>new \CURLFile(realpath($file_name))]);
     $headers = array();