|
@@ -28,10 +28,11 @@ return array
|
|
|
'source_uid' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '邀请者',
|
|
|
+ 'name' => '邀请者-填写uid',
|
|
|
'default' => '',
|
|
|
'desc' => '邀请者',
|
|
|
'match' => 'option',
|
|
|
+ 'update' => 'text',
|
|
|
'search' => array
|
|
|
(
|
|
|
'api' => 'passport/user-all',
|
|
@@ -57,7 +58,7 @@ return array
|
|
|
'data_id' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '标题',
|
|
|
+ 'name' => '标题-填写id',
|
|
|
'default' => '',
|
|
|
'desc' => '标题',
|
|
|
'update' => 'text',
|
|
@@ -68,7 +69,7 @@ return array
|
|
|
'uid' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '被邀请者',
|
|
|
+ 'name' => '被邀请者-填写uid',
|
|
|
'default' => '0',
|
|
|
'desc' => '被邀请者',
|
|
|
'match' => 'is_numeric',
|