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)
 	{