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

注释

parent 49304481
......@@ -53,8 +53,6 @@ class RPush
'from' => $from,
);
$data = json_encode($arr);
echo $data;
echo "-------------";
$curl = new \app\chat\utils\CurlUtil();
$curl->headers = [
"Accept" => "application/json",
......@@ -67,7 +65,6 @@ class RPush
];
$url = $this->buildSendUrl();
$response = $curl->post($url, $data);
dump($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