Commit d749dd8e authored by clone's avatar clone Committed by hujun

注释

parent 49304481
...@@ -53,8 +53,6 @@ class RPush ...@@ -53,8 +53,6 @@ class RPush
'from' => $from, 'from' => $from,
); );
$data = json_encode($arr); $data = json_encode($arr);
echo $data;
echo "-------------";
$curl = new \app\chat\utils\CurlUtil(); $curl = new \app\chat\utils\CurlUtil();
$curl->headers = [ $curl->headers = [
"Accept" => "application/json", "Accept" => "application/json",
...@@ -67,7 +65,6 @@ class RPush ...@@ -67,7 +65,6 @@ class RPush
]; ];
$url = $this->buildSendUrl(); $url = $this->buildSendUrl();
$response = $curl->post($url, $data); $response = $curl->post($url, $data);
dump($response);
return $response; return $response;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment