|
|
@@ -20,8 +20,7 @@ class User extends Model
|
|
|
protected $append = [
|
|
|
'prevtime_text',
|
|
|
'logintime_text',
|
|
|
- 'jointime_text',
|
|
|
- 'trx_key'
|
|
|
+ 'jointime_text'
|
|
|
];
|
|
|
|
|
|
public function getOriginData()
|
|
|
@@ -116,9 +115,9 @@ class User extends Model
|
|
|
{
|
|
|
return $this->belongsTo('UserGroup', 'group_id', 'id', [], 'LEFT')->setEagerlyType(0);
|
|
|
}
|
|
|
- public function address()
|
|
|
- {
|
|
|
- return $this->belongsTo('UserUsdtAddress', 'uid')->setEagerlyType(0);
|
|
|
- }
|
|
|
+// public function address()
|
|
|
+// {
|
|
|
+// return $this->belongsTo('UserUsdtAddress', 'uid')->setEagerlyType(0);
|
|
|
+// }
|
|
|
|
|
|
}
|