dever 3 years ago
parent
commit
a0c0784c2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/outbox.php

+ 1 - 1
database/outbox.php

@@ -113,7 +113,7 @@ return array
 		(
 		(
 			'type' 		=> 'tinyint-1',
 			'type' 		=> 'tinyint-1',
 			'name' 		=> '消息范围',
 			'name' 		=> '消息范围',
-			'default' 	=> '1',
+			'default' 	=> '2',
 			'desc' 		=> '消息范围',
 			'desc' 		=> '消息范围',
 			'match' 	=> 'is_numeric',
 			'match' 	=> 'is_numeric',
 			'option' 	=> $scope,
 			'option' 	=> $scope,