wang hou sheng 7 months ago
parent f09608b2ac
commit 187d8efab8
  1. 4
      app/api/service/passport/Login.php

@ -384,10 +384,10 @@ class Login extends BaseService
}
// 记录用户信息
$this->userInfo = $model;
// 记录推荐人关系
$this->bindRelation($this->getUserId(), (int)$refereeId);
//记录邀请关系
$this->bindInvite($this->getUserId(), (int)$refereeId);
// 记录推荐人关系
$this->bindRelation($this->getUserId(), (int)$refereeId);
}
/**

Loading…
Cancel
Save