Skip to main content

标  题: 心得 怎样买多人机票时把里程全积到你的账户

http://gengwg.blogspot.com/发信人: lijiabao (100篇努力), 信区: Money
标  题: 心得 怎样买多人机票时把里程全积到你的账户
发信站: BBS 未名空间站 (Fri Apr  3 12:47:50 2015, 美东)

这次家里四个老人过来。来回是用UA的里程票。当中在夏威夷停一周。不额外加里程。
最后一程是走韩亚航空。是用ANA查出来的。UA官网上查不出来,但可以先订了再电话
改,不加钱。只是韩亚的那段没有办法选座位,客服给了一个韩亚的票号说可以去韩亚
选但没有成功。

去纽约用的是ba的avios。从波士顿回程只能买票。这就有一个问题。老人们一般都不
常在美国。如果单独开一个个常旅客,积得点基本上很难达到买一张机票的数额。尤其
这种国内单程的。那这些里程就浪费了?其实有好办法可以把这些里程积到一起,甚至
直接积到你帐户上。现在以我这次买票为例。

在AA官网上买,买票的时候填常旅客信息的时候发现可以选十多家合作航空的常旅客。
选择积British airline的里程。 再利用BA的household 账户,把里程积到你自己的主
账户。BA的全家桶可以最多7个人在一个地址。另加5个不同地址的人,12个人,还可以
随时更换。基本上想怎么积就怎么积了。我是即刻开的household 账户,即刻加/注册
的四个人,即刻买的票。不需要任何等待的过程。就是其中有一步要验证。好像一个浏
览器只能验证一次,所以要换不同浏览器验证这四个人。或许等一点时间就可以用同一
个浏览器验证了。而BA的点买国内机票和AA是一样的。用起来也方便。



那么有的人说我买的票不能积成ba怎么办,没关系,还有其他航空公司也有类似或者积
在一起的办法。一共11个列举和简单说明如下

JetBlue TrueBlue 2成人5小孩(<21 span="">

British Airways Executive Club 

Hawaiian Airlines HawaiianMiles, 需要有他们家信用卡

Qantas Frequent Flyer 可以在family member 间免费转点,一年只能一次

Asiana Club 5个人

All Nippon Airways (ANA) Mileage Club 8个人

Japan Airlines Mileage Bank 9人

Etihad Guest 8个

Emirates Skywards 8个

Korean Airlines SKYPASS 5个

Virgin Australia Velocity 6个 2成人 4小孩(<18 span="">

最后顺带 包子请教一个事情

众所周知,wells fargo (wf) 有一系列(2-4张) 5% 油药菜 的信用卡。其中一张积的
点还可以 1:1.75换机票。但是只有前6个月有这个5%。在bc 崩盘的现状下。这个是个
替代品。

但是关于这个5% 可以拿几次好像有不同说法。有的说一辈子只能拿一次。就是说你即
使申请了它家另一张5%的卡,因为之前拿过了也不会给你这5%了。还有的拿实例说只要
等一年再申就又会给5%了。众说纷纭。

现在想搞搞清楚这个到底是怎么个一回事。10-20个大包子求可靠的答案。所谓可靠是
指有数据,有引用,有出处。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...