diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index 7e506a50..0e20f539 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -2887,10 +2887,10 @@ function post_async($url="'http://47.111.118.107:9501/game-event/recharge'", $da $client = new Client(['handler' => $handler]); $client->postAsync($url, $data)->then( function (ResponseInterface $res) { - echo 'response: ' . $res->getBody(). PHP_EOL; + //echo 'response: ' . $res->getBody(). PHP_EOL; }, function (\Exception $e) { - echo $e->getMessage() . PHP_EOL; + //echo $e->getMessage() . PHP_EOL; } ) ->wait() // 同步