ソースを参照

提交数据1

lvhao 6 時間 前
コミット
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"){
 		// 	$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();
 		 }