lvhao 1 dzień temu
rodzic
commit
8a7f873e3a

+ 0 - 15
core/CoreApp/controllers/Lyerpapi/v2/Lyerphd.php

@@ -1,15 +0,0 @@
-<?php
-defined('BASEPATH') OR exit('No direct script access allowed');
-
-class Lyerphd extends Lyapi_Controller
-{
-   public function __construct()
-    {
-        parent::__construct();
-    }
-
-    public function shopofyhz(){
-          $json_str = $this->input->raw_input_stream;
-          var_dump($json_str);
-    }
-}

+ 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","lyapi/v2/lyerphd/shopofyhz"])){
+		 if(!in_array($uri_path,["lyapi/v1/user/login","lyapi/v1/wechat/wxlogin","lyapi/v1/yyys/lyysmsghz"])){
 			$this->_check_api_auth();
 			$this->_check_api_auth();
 		 }
 		 }