|
@@ -23,7 +23,7 @@ trait JpushHelper
|
|
if($user&&$user->jpush){
|
|
if($user&&$user->jpush){
|
|
$regId = array($user->jpush);
|
|
$regId = array($user->jpush);
|
|
$options = array(
|
|
$options = array(
|
|
- 'apns_production' => false,
|
|
|
|
|
|
+ 'apns_production' => true,
|
|
);
|
|
);
|
|
try {
|
|
try {
|
|
$pusher = $client->push();
|
|
$pusher = $client->push();
|