作者 chencheng

6

@@ -15,8 +15,8 @@ use app\api\controller\Common; @@ -15,8 +15,8 @@ use app\api\controller\Common;
15 */ 15 */
16 class Wechat extends Api 16 class Wechat extends Api
17 { 17 {
18 - protected $noNeedLogin = ["*"];  
19 - protected $noNeedRight = '*'; 18 + protected $noNeedLogin = ['*'];
  19 + protected $noNeedRight = ['*'];
20 20
21 public function _initialize() 21 public function _initialize()
22 { 22 {