dever 6 years ago
parent
commit
18f985be4f
1 changed files with 15 additions and 0 deletions
  1. 15 0
      database/user_answer.php

+ 15 - 0
database/user_answer.php

@@ -138,5 +138,20 @@ return array
 			'type' => 'all',
 			'col' => 'info_id,uid,user_id,id|info_id',
 		),
+
+		'getData' => array
+		(
+			# 匹配的正则或函数 选填项
+			'option' => array
+			(
+				'product_id' => 'yes',
+				'uid' => 'yes',
+				'order_id' => 'yes',
+				'state' => 1,
+			),
+			'type' => 'all',
+			'order' => array('id' => 'desc'),
+			'col' => '*',
+		),
 	)
 );