belongsTo('Gift', 'gift_id', 'id');//->setEagerlyType(0); } public function user() { return $this->belongsTo('User', 'user_id', 'id');//->setEagerlyType(0); } function getStatusList(){ return [ '0' => '兑换中', '1' => '成功', '-1' => '失败', ]; } }