@@ -146,6 +146,12 @@ return array
'default' => '',
'desc' => '用户id',
'match' => 'is_numeric',
+ 'search' => array
+ (
+ 'api' => 'passport/user-all',
+ 'col' => 'username',
+ 'result' => 'id',
+ ),
'update' => 'text',
),