@@ -255,6 +255,7 @@ class Excel
$cdate,
$paydate,
$operdate,
+ $fdate,
'',
@@ -39,6 +39,13 @@ class My extends Core
$this->data['level'] = 'Lv1';
+ $this->getBindInfo();
+
+ return $this->data;
+ }
+ public function getBindInfo()
+ {
# 获取代理商绑定信息
$bind = Dever::db('agent/user_bind')->find(array('uid' => $this->uid));
if ($bind && $bind['status'] == 2 && $bind['mid']) {
@@ -400,6 +400,7 @@ return array
# 匹配的正则或函数 选填项
'option' => array
(
+ 'id' => array('yes', 'in'),
'mid' => 'yes',
'is_email' => 'yes',
'is_idcard' => 'yes',