dever 6 년 전
부모
커밋
f045fecdc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Push.php

+ 1 - 1
lib/Push.php

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