dever 3 年之前
父節點
當前提交
7c8bd87f67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Api.php

+ 1 - 1
lib/Api.php

@@ -26,7 +26,7 @@ class Api
 
 	public function test_api($id)
 	{
-		//Dever::setInput('test', 1);
+		Dever::setInput('test', 1);
 		$this->run($id);
 		return 'reload';
 	}