Giffgaff是一张英国本地原生电话卡,在中国漫游能免费接收短信,用来注册一些国际应用,包括 Telegram,Facebook,Tiktok,Twitter,Amazon 等等。由于0月租,有效时间长以及号码质量好,深受中国玩家喜爱。

现在,通过几个步骤和极低的成本,任何人都可以非常容易在线获得一个 Giffgaff eSIM 了

事前准备

首先,在你的电脑上安装 Postman,这是一个模拟设备与服务器交互的调试软件

postman官网

一路下一步安装之后,打开软件,按提示登录/注册 Postman 账号(免费),之后就进入了 Postman 的主界面

Postman 主界面

接下来,复制链接或下载的脚本文件,点击界面 My Workspace 栏中的 Import 按钮导入脚本

1
https://api.postman.com/collections/38064588-6611400c-afe6-49b3-851e-2a4ad221b91d?access_key=PMAT-01J73QEDF2WK19YPHS774FTVQZ
脚本文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
{
"info": {
"_postman_id": "37622a20-b13e-437d-8f76-a0cdb51b5c4f",
"name": "Giffgaff",
"description": "一個為 Giffgaff 在不受支持的設備上生成 eSIM 二維碼的工具\n\n感謝:[https://www.nodeseek.com/post-76162-1](https://www.nodeseek.com/post-76162-1)\n\n基於原版更新設備模擬代號,稍微修改 QRCode 生成 API\n\n教程:[https://notion.mykeyvans.space/article/giffgaff-esim](https://notion.mykeyvans.space/article/giffgaff-esim)\\-diy",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "34239733"
},
"item": [
{
"name": "發送認證郵件 Send Email Verification",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"email_code_ref\", pm.response.json().ref);"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"source\": \"esim\",\r\n\t\"preferredChannels\": [\"EMAIL\"]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://id.giffgaff.com/v4/mfa/challenge/me",
"protocol": "https",
"host": [
"id",
"giffgaff",
"com"
],
"path": [
"v4",
"mfa",
"challenge",
"me"
]
}
},
"response": []
},
{
"name": "檢查郵件認證碼 Verify Email code",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"email_signature\", pm.response.json().signature);"
],
"type": "text/javascript",
"packages": {}
}
},
{
"listen": "prerequest",
"script": {
"exec": [
"pm.collectionVariables.set(\"email_code\", pm.request.url.query.get(\"code\"));"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n\t\"ref\": \"{{email_code_ref}}\",\r\n\t\"code\": \"{{email_code}}\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://id.giffgaff.com/v4/mfa/validation?code=",
"protocol": "https",
"host": [
"id",
"giffgaff",
"com"
],
"path": [
"v4",
"mfa",
"validation"
],
"query": [
{
"key": "code",
"value": ""
}
]
}
},
"response": []
},
{
"name": "取得會員資訊 Get Member",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"memberId\", pm.response.json().data.memberProfile.id);\r",
""
],
"type": "text/javascript"
}
},
{
"listen": "prerequest",
"script": {
"exec": [
"console.log(pm.collectionVariables.get(\"email_signature\"))\r",
"if(pm.collectionVariables.get(\"email_signature\")==null || pm.collectionVariables.get(\"email_signature\")== \"\"){\r",
" console.error(\"Email 尚未驗證\");\r",
" throw new Error(\"Email 尚未驗證\");\r",
"}"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "graphql",
"graphql": {
"query": "query getMemberProfileAndSim {\r\n memberProfile {\r\n id\r\n memberName\r\n __typename\r\n }\r\n sim {\r\n phoneNumber\r\n status\r\n __typename\r\n }\r\n}\r\n",
"variables": ""
}
},
"url": {
"raw": "https://publicapi.giffgaff.com/gateway/graphql",
"protocol": "https",
"host": [
"publicapi",
"giffgaff",
"com"
],
"path": [
"gateway",
"graphql"
]
}
},
"response": []
},
{
"name": "申請 SIM卡 Reserve SIM",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"esim_ssn\", pm.response.json().data.reserveESim.esim.ssn);\r",
"pm.collectionVariables.set(\"esim_activation_code\", pm.response.json().data.reserveESim.esim.activationCode);\r",
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "x-gg-app-os",
"value": "Android",
"type": "text"
},
{
"key": "x-gg-app-os-version",
"value": "14",
"type": "text"
},
{
"key": "x-gg-app-build-number",
"value": "763",
"type": "text"
},
{
"key": "x-gg-app-device-manufacturer",
"value": "Google",
"type": "text"
},
{
"key": "x-gg-app-device-model",
"value": "Pixel8",
"type": "text"
},
{
"key": "x-gg-app-version",
"value": "14.0.8",
"type": "text"
}
],
"body": {
"mode": "graphql",
"graphql": {
"query": "mutation reserveESim($input: ESimReservationInput!) {\r\n reserveESim: reserveESim(input: $input) {\r\n id\r\n memberId\r\n reservationStartDate\r\n reservationEndDate\r\n status\r\n esim {\r\n ssn\r\n activationCode\r\n deliveryStatus\r\n associatedMemberId\r\n __typename\r\n }\r\n __typename\r\n }\r\n}\r\n",
"variables": "{\r\n \"input\": {\r\n\t\t\"memberId\": \"{{memberId}}\",\r\n\t\t\"userIntent\": \"SWITCH\"\r\n\t}\r\n}"
}
},
"url": {
"raw": "https://publicapi.giffgaff.com/gateway/graphql",
"protocol": "https",
"host": [
"publicapi",
"giffgaff",
"com"
],
"path": [
"gateway",
"graphql"
]
}
},
"response": []
},
{
"name": "申請交換eSIM Swap SIM",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
},
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "x-gg-app-os",
"value": "iOS",
"type": "text"
},
{
"key": "x-gg-app-os-version",
"value": "14",
"type": "text"
},
{
"key": "x-gg-app-build-number",
"value": "722",
"type": "text"
},
{
"key": "x-gg-app-device-manufacturer",
"value": "apple",
"type": "text"
},
{
"key": "x-gg-app-device-model",
"value": "iphone15",
"type": "text"
},
{
"key": "x-gg-app-version",
"value": "13.21.2",
"type": "text"
}
],
"body": {
"mode": "graphql",
"graphql": {
"query": "mutation SwapSim($activationCode: String!, $mfaSignature: String!) {\r\n swapSim(activationCode: $activationCode, mfaSignature: $mfaSignature) {\r\n old {\r\n ssn\r\n activationCode\r\n __typename\r\n }\r\n new {\r\n ssn\r\n activationCode\r\n __typename\r\n }\r\n __typename\r\n }\r\n}\r\n",
"variables": "{\r\n\t\"activationCode\": \"{{esim_activation_code}}\",\r\n\t\"mfaSignature\": \"{{email_signature}}\"\r\n}"
}
},
"url": {
"raw": "https://publicapi.giffgaff.com/gateway/graphql",
"protocol": "https",
"host": [
"publicapi",
"giffgaff",
"com"
],
"path": [
"gateway",
"graphql"
]
}
},
"response": []
},
{
"name": "取得eSIM Get ESIMs",
"request": {
"method": "POST",
"header": [
{
"key": "x-gg-app-os",
"value": "iOS",
"type": "text"
},
{
"key": "x-gg-app-os-version",
"value": "14",
"type": "text"
},
{
"key": "x-gg-app-build-number",
"value": "722",
"type": "text"
},
{
"key": "x-gg-app-device-manufacturer",
"value": "apple",
"type": "text"
},
{
"key": "x-gg-app-device-model",
"value": "iphone15",
"type": "text"
},
{
"key": "x-gg-app-version",
"value": "13.21.2",
"type": "text"
}
],
"body": {
"mode": "graphql",
"graphql": {
"query": "query getESims($deliveryStatus: ESimDeliveryStatus!) {\r\n eSims(deliveryStatus: $deliveryStatus) {\r\n ssn\r\n __typename\r\n }\r\n}\r\n",
"variables": "{\r\n\t\"deliveryStatus\": \"DOWNLOADABLE\"\r\n}"
}
},
"url": {
"raw": "https://publicapi.giffgaff.com/gateway/graphql",
"protocol": "https",
"host": [
"publicapi",
"giffgaff",
"com"
],
"path": [
"gateway",
"graphql"
]
}
},
"response": []
},
{
"name": "取得eSIM下載碼 Get ESIM Token",
"event": [
{
"listen": "test",
"script": {
"exec": [
"pm.collectionVariables.set(\"lpa_string\", pm.response.json().data.eSimDownloadToken.lpaString);"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "x-gg-app-os",
"value": "iOS",
"type": "text"
},
{
"key": "x-gg-app-os-version",
"value": "14",
"type": "text"
},
{
"key": "x-gg-app-build-number",
"value": "722",
"type": "text"
},
{
"key": "x-gg-app-device-manufacturer",
"value": "apple",
"type": "text"
},
{
"key": "x-gg-app-device-model",
"value": "iphone15",
"type": "text"
},
{
"key": "x-gg-app-version",
"value": "13.21.2",
"type": "text"
}
],
"body": {
"mode": "graphql",
"graphql": {
"query": "query eSimDownloadToken($ssn: String!) {\r\n eSimDownloadToken(ssn: $ssn) {\r\n id\r\n host\r\n matchingId\r\n lpaString\r\n __typename\r\n }\r\n}\r\n",
"variables": "{\r\n\t\"ssn\": \"{{esim_ssn}}\"\r\n}"
}
},
"url": {
"raw": "https://publicapi.giffgaff.com/gateway/graphql",
"protocol": "https",
"host": [
"publicapi",
"giffgaff",
"com"
],
"path": [
"gateway",
"graphql"
]
}
},
"response": []
},
{
"name": "產生QRCode Get ESIM QRCode",
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "image/svg+xml",
"type": "text"
},
{
"key": "X-QR-Width",
"value": "400",
"type": "text",
"disabled": true
},
{
"key": "X-QR-Height",
"value": "400",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "raw",
"raw": "{{lpa_string}}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://qrcode.show/",
"protocol": "https",
"host": [
"qrcode",
"show"
],
"path": [
""
]
}
},
"response": []
}
],
"auth": {
"type": "oauth2",
"oauth2": [
{
"key": "refreshRequestParams",
"value": [],
"type": "any"
},
{
"key": "tokenRequestParams",
"value": [],
"type": "any"
},
{
"key": "authRequestParams",
"value": [],
"type": "any"
},
{
"key": "tokenName",
"value": "Giffgaff",
"type": "string"
},
{
"key": "challengeAlgorithm",
"value": "S256",
"type": "string"
},
{
"key": "state",
"value": "cd34c1ef-f1c7-4d5c-8030-bf9753a2ccd5",
"type": "string"
},
{
"key": "scope",
"value": "read",
"type": "string"
},
{
"key": "redirect_uri",
"value": "giffgaff://auth/callback/",
"type": "string"
},
{
"key": "grant_type",
"value": "authorization_code_with_pkce",
"type": "string"
},
{
"key": "clientSecret",
"value": "OQv4cfiyol8TvCW4yiLGj0c1AkTR3N2JfRzq7XGqMxk=",
"type": "string"
},
{
"key": "clientId",
"value": "4a05bf219b3985647d9b9a3ba610a9ce",
"type": "string"
},
{
"key": "authUrl",
"value": "https://id.giffgaff.com/auth/oauth/authorize",
"type": "string"
},
{
"key": "addTokenTo",
"value": "header",
"type": "string"
},
{
"key": "client_authentication",
"value": "header",
"type": "string"
},
{
"key": "accessTokenUrl",
"value": "https://id.giffgaff.com/auth/oauth/token",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "memberId",
"value": ""
},
{
"key": "esim_ssn",
"value": ""
},
{
"key": "esim_activation_code",
"value": ""
},
{
"key": "email_code_ref",
"value": ""
},
{
"key": "email_signature",
"value": ""
},
{
"key": "lpa_string",
"value": ""
},
{
"key": "email_code",
"value": ""
}
]
}

导入后的界面应该如下图所示

Postman 已导入
如果之后发生了报错 codeblock:false
尝试重启你的 Postman
尝试重新导入脚本
尝试更换网络环境
多试几次也可以
尝试重启电脑

开始转换

⚠️请在在转换时间内进行下述操作,否则会失败

giffgaff 转换 esim 只可以在每天的英国时间 4:30AM - 9:30PM,对应中国时间夏季为上午11:30到翌日凌晨4:30,冬季为中午12:30到翌日凌晨5:30

登录账号

首先,点击侧边栏的 Giffgaff 文件夹,进入 Authorization 标签页拉到下方,点击 Get New Access Token 按钮登录账号

登录账号

然后输入你 giffgaff 手机号收到的验证码 / 点击 get code by email 使用邮箱接收验证码

登录界面

登录成功后应该有类似这样的提示,点击 Proceed 和之后的 Use Token 后,即可进入下一步

成功获取 Access Token

二次验证

第一个步骤是 發送認證郵件 / Send Email Verification,切换到标签页点 Send,这个时候你的邮箱会收到另一个新的验证码,把这个验证码复制下来

二次验证

点击侧边栏 檢查郵件認證碼 / Verify Email code,填入刚刚收到的验证码,点 Send

发送认证邮件

执行成功后,你会看到一个有 signature 字样的响应,意味着你离成功又近了一步

二次验证成功

执行下一步,你可以看到自己的账号信息,包括账户名和电话号码

转换 esim

前往 申請 SIM卡 / Reserve SIM 步骤,直接点击 Send 执行,会收到类似的响应

里面包含了 eSIM 的信息,你可以看到状态是 “RESERVED”,意味着新的卡片已经为你预留

转换 eSIM - 已保留

接下来你需要 申請交換eSIM / Swap SIM,点击 Send ,你会看到新旧卡的相关信息

转换 eSIM - 交换

最后,取得eSIM下載碼 / Get ESIM Token,你可以在如图红框的位置取得 eSIM 的 LPA String,即二维码内容

到这里,即可宣布你已经成功在线获得了完整的 Giffgaff eSIM,你可以复制红框中以 LPA:1$ 开头的字符,添加到你的 eSIM 手机或第三方设备之中(如 esim.me / xesim.cc)等

转换 eSIM - LPA String

如果你喜欢使用二维码的话,也可以执行最后一步,将二维码添加到你的 eSIM 手机或通过第三方App添加

转换 eSIM - 二维码

恭喜你🎉你的信号已经完全从物理在英国的实体卡,赛博跨越国界,转移到了你的手中

相关文章

使用 Postman 获得 Giffgaff eSIM 二维码 | GAKIYUKR’S Blog

Giffgaff eSIM 上车指南 | MyKeyVans’ Notion


共发表 12 篇Blog · 总计 13.4k 字
© 2025 AirTouch 使用 Stellar 创建
本站总访问量次 本站访客数人次 本文总阅读量