stanley-king 3 년 전
부모
커밋
3971aea749
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      server/send_refillex.php

+ 4 - 0
server/send_refillex.php

@@ -22,6 +22,9 @@ Log::record(__FILE__ . " 2",Log::DEBUG);
 
 Co::set(['hook_flags' => SWOOLE_HOOK_NATIVE_CURL|SWOOLE_HOOK_SLEEP]);
 
+Log::record(__FILE__ . " 3",Log::DEBUG);
+
+
 class RefillSender
 {
     const co_routines = 1000;
@@ -66,6 +69,7 @@ class RefillSender
 
         $proxy = new refill_proxy("210fe406954220f56085997d6a4c5b80");
         $resp = $proxy->send("https://test.xyzshops.cn/mobile/index.php", $params);
+        Log::record("resp={$resp}",Log::DEBUG);
     }
 }