wupengfei 2 лет назад
Родитель
Сommit
3684242f91
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/common.php

+ 1 - 1
.idea/workspace.xml

@@ -205,7 +205,7 @@
       <workItem from="1670547445908" duration="11821000" />
       <workItem from="1671196552398" duration="3806000" />
       <workItem from="1671605812878" duration="482000" />
-      <workItem from="1671670352202" duration="1459000" />
+      <workItem from="1671670352202" duration="1500000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/common.php

@@ -342,7 +342,7 @@ function http_post_json($url, $jsonStr,$token_res)
 function pdfCurl($file_name)
 {
     $ch = curl_init();
-    curl_setopt($ch, CURLOPT_URL, 'https://pdf.gyxqcdz.com:9999/v1/pdf/upload');
+    curl_setopt($ch, CURLOPT_URL, 'https://pdf.gyxqcdz.com/v1/pdf/upload');
     curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
     curl_setopt($ch, CURLOPT_POST, 1);
 //    curl_setopt($ch, CURLOPT_POSTFIELDS, 'file=@'.$file_name);