Commit d9e2032c by 冷斌

fix bug

parent 82f43a43
......@@ -753,6 +753,8 @@ class Model_Live extends PhalApi_Model_NotORM {
public function jpush($data)
{
var_dump($data);
die;
$configpri=getConfigPri();
/* 极光推送 */
$app_key = $configpri['jpush_key'];
......@@ -853,10 +855,6 @@ class Model_Live extends PhalApi_Model_NotORM {
$configPri = getConfigPri();
$global_prompt = (!empty($configPri['global_prompt']) && $configPri['global_prompt'] <= $total ) ? 1 : 0;
var_dump($global_prompt);
die;
// $total = $giftinfo['votes']*$giftcount;
/* 分销 */
......
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