lvhao 5 달 전
부모
커밋
348be1db36
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      core/CoreApp/controllers/Apitt.php

+ 6 - 2
core/CoreApp/controllers/Apitt.php

@@ -80,7 +80,7 @@ class Apitt extends Start_Controller {
         }
 		else if($arg == 'cs')
         {
-             $this->_cs();
+             $this->_cs($arg_array);
         }
 		else if($arg == 'cf')
         {
@@ -227,7 +227,11 @@ $j = json_decode($j, true);
 	}
 	
 	
-	
+	public function _cs($arg_array)
+	{
+
+
+	}
 
 	public function _csa($arg_array)
 	{