Commit 42649f11 by 冷斌

update

parent e83da410
...@@ -737,7 +737,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -737,7 +737,7 @@ class Model_Live extends PhalApi_Model_NotORM {
if($configpri['jpush_sandbox']){ if($configpri['jpush_sandbox']){
$apns_production=true; $apns_production=true;
} }
require_once SITE_PATH.'api/public/JPush/autoload.php'; require_once dirname(dirname(__DIR__)).'/public/JPush/autoload.php';
$client = new \JPush\Client($app_key, $master_secret,null); $client = new \JPush\Client($app_key, $master_secret,null);
$title = '中奖全房间通知'; $title = '中奖全房间通知';
try{ try{
......
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