dever 6 years ago
parent
commit
d83f4d733b
1 changed files with 17 additions and 0 deletions
  1. 17 0
      code/database/info.php

+ 17 - 0
code/database/info.php

@@ -168,4 +168,21 @@ return array
             '新增销售商' => array('fast', 1, 'seller'),
             '新增销售商' => array('fast', 1, 'seller'),
         ),
         ),
 	),
 	),
+
+	'request' => array
+    (
+        'getAll' => array
+        (
+            # 匹配的正则或函数 选填项
+            'option' => array
+            (
+                'create_uid' => 'yes',
+                'state' => 1,
+            ),
+            'type' => 'all',
+            'order' => array('cdate' => 'desc'),
+            'page' => array(10, 'list'),
+            'col' => '*',
+        ),
+    )
 );
 );