'中国移动', 'flow_limit_lt' => '中国联通', 'flow_limit_dx' => '中国电信', 'flow_limit_gd' => '中国广电', ]; // 追加属性 protected $append = [ ]; public function info() { return parent::info()->setEagerlyType(0); // TODO: Change the autogenerated stub } public function proxy(){ return $this->belongsTo(Admin::class,'proxy_id','id',[],'left')->setEagerlyType(0);; } public function getLogoAttr($logo,$data=[]){ return $logo; } public function getActivityTimeEndAttr($a){ return $a; } /** * 代理主站商品状态 */ public function proxyStatus(){ return $this->hasMany(MobileProxyStatus::class, 'mobile_id', 'id'); } }