dever 6 anos atrás
pai
commit
445b7841d1
1 arquivos alterados com 11 adições e 1 exclusões
  1. 11 1
      database/app.php

+ 11 - 1
database/app.php

@@ -99,6 +99,16 @@ return array
 	# request 请求接口定义
 	'request' => array
 	(
-		
+		# 此处定义是为跳出auth
+		'getAllByUids' => array
+		(
+			'option' => array
+			(
+				'uid' => array('yes', 'in'),
+				'state' => 1,
+			),
+			'type' => 'all',
+			'col' => '*',
+		),
 	),
 );