소스 검색

提交数据1

lvhao 8 시간 전
부모
커밋
d92eb43daf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/core/Lin_Controller.php

+ 1 - 1
core/CoreApp/core/Lin_Controller.php

@@ -189,7 +189,7 @@ abstract class Lyapi_Controller extends CI_Controller {
 		//  if($uri_path != "lyapi/v1/user/login"){
 		//  if($uri_path != "lyapi/v1/user/login"){
 		// 	$this->_check_api_auth();
 		// 	$this->_check_api_auth();
 		//  }
 		//  }
-		 if(!in_array($uri_path,["lyapi/v1/user/login","lyapi/v1/wechat/wxlogin","lyapi/v1/yyys/lyysmsghz"])){
+		 if(!in_array($uri_path,["lyapi/v1/user/login","lyapi/v1/wechat/wxlogin","lyapi/v1/yyys/lyysmsghz","lyapi/v2/skutoysjm/getlist"])){
 			$this->_check_api_auth();
 			$this->_check_api_auth();
 		 }
 		 }