瀏覽代碼

提交数据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();
 		 }