dever 5 năm trước cách đây
mục cha
commit
8c6b1cd49a
1 tập tin đã thay đổi với 11 bổ sung1 xóa
  1. 11 1
      app/community/database/cate.php

+ 11 - 1
app/community/database/cate.php

@@ -90,6 +90,16 @@ return array
 
 	'request' => array
 	(
-		
+		'getAll' => array
+		(
+			# 匹配的正则或函数 选填项
+			'option' => array
+			(
+				'state' => 1,
+			),
+			'type' => 'all',
+			'order' => array('id' => 'desc'),
+			'col' => '*',
+		),
 	)
 );