Commit a9a86dff authored by wwccw0591's avatar wwccw0591

push

parent 2efe2c56
...@@ -132,7 +132,8 @@ class ClientPush ...@@ -132,7 +132,8 @@ class ClientPush
// 'big_push_duration' => 1 // 'big_push_duration' => 1
)) ))
->send(); ->send();
print_r($response); $response['memberId']=$_POST['toId'];
echo json_encode($response);
} catch (\JPush\Exceptions\APIConnectionException $e) { } catch (\JPush\Exceptions\APIConnectionException $e) {
// try something here // try something here
......
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