dever 6 years ago
parent
commit
f045fecdc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Push.php

+ 1 - 1
lib/Push.php

@@ -112,7 +112,7 @@ class Push
    	{
    	{
    		$result = array();
    		$result = array();
    		$info = Dever::db('passport/app')->one(array('uid' => $account));
    		$info = Dever::db('passport/app')->one(array('uid' => $account));
-   		$info['source_type'] = 'ios';
+   		//$info['source_type'] = 'ios';
    		if ($info && $info['source_type']) {
    		if ($info && $info['source_type']) {
    			$result = $this->sendAction($info['source_type'], 2, $this->prefix . $account, $name, $content, $param);
    			$result = $this->sendAction($info['source_type'], 2, $this->prefix . $account, $name, $content, $param);
    		}
    		}