Exemplo n.º 1
0
 /**
  * 根据user_id id = user_id 不是uuid 查询用户信息 
  * @param $user_id
  */
 public function get_by_id($user_id)
 {
     $userModule = new UserModule($this->user->uuid);
     return $userModule->get_by_userId($user_id);
 }