|
@@ -2,6 +2,7 @@
|
|
|
|
|
|
$source = function()
|
|
|
{
|
|
|
+ $array = array();
|
|
|
$info = Dever::db('source/info')->state();
|
|
|
if($info)
|
|
|
{
|
|
@@ -33,7 +34,7 @@ return array
|
|
|
'vid' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '第三方id',
|
|
|
+ 'name' => '第三方ID',
|
|
|
'default' => '',
|
|
|
'desc' => '第三方id',
|
|
|
'match' => 'is_numeric',
|
|
@@ -44,7 +45,7 @@ return array
|
|
|
'uid' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '用户id',
|
|
|
+ 'name' => '用户ID',
|
|
|
'default' => '',
|
|
|
'desc' => '用户id',
|
|
|
'match' => 'is_numeric',
|
|
@@ -68,7 +69,7 @@ return array
|
|
|
'account_type' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => 'account_type',
|
|
|
+ 'name' => '账户类型',
|
|
|
'default' => '',
|
|
|
'desc' => 'account_type',
|
|
|
'match' => 'is_numeric',
|
|
@@ -79,7 +80,7 @@ return array
|
|
|
'account_id' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => 'account_id',
|
|
|
+ 'name' => '账户ID',
|
|
|
'default' => '',
|
|
|
'desc' => 'account_id',
|
|
|
'match' => 'is_numeric',
|