[手机号] 荷兰Simyo.nl支持esim电话卡/月租0美金/每6月发短信保号+5ber/9esim
date
Oct 9, 2023
slug
tip-netherland-esim
status
Published
summary
小技巧
tags
tip
type
Post
Problem & Summary
- 每6个月发短信(~4rmb)保号
充值 - 待验证
sepa
(Simyo Netherlands)IBAN 转账充值最低0.01欧元预付费SIM需SEPA转账至IBAN账号:Reference需备注06开头的手机号码
Account#: NL19INGB0007811670
允许漫游收短信
Bellen in en naar het buitenland
Postman用Script来生成esim用于9esim/5ber等
参考
‣
{
"info": {
"_postman_id": "9389a42d-32fb-4546-9373-d7815683629f",
"name": "Simyo ESIM",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "34309361"
},
"item": [
{
"name": "1.登录会员账号",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var data=JSON.parse(responseBody);\r",
"pm.environment.set(\"session_token\", data.result.sessionToken)"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [
{
"key": "X-Client-Token",
"value": "e77b7e2f43db41bb95b17a2a11581a38",
"type": "text"
},
{
"key": "X-Client-Platform",
"value": "android",
"type": "text"
},
{
"key": "X-Client-Version",
"value": "4.8.0",
"type": "text"
},
{
"key": "X-Session-Token",
"value": "",
"type": "text"
},
{
"key": "User-Agent",
"value": "MijnSimyo/4.8.0 (Linux; Android 13; Scale/2.75)",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json; charset=UTF-8",
"type": "text"
},
{
"key": "Connection",
"value": "Keep-Alive",
"type": "text"
},
{
"key": "Accept-Encoding",
"value": "gzip",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\"password\":\"xxxxxxxx\",\"phoneNumber\":\"06xxxxxxxx\"}"
},
"url": {
"raw": "https://appapi.simyo.nl/simyoapi/api/v1/sessions",
"protocol": "https",
"host": [
"appapi",
"simyo",
"nl"
],
"path": [
"simyoapi",
"api",
"v1",
"sessions"
]
}
},
"response": []
},
{
"name": "2.请求ESIM",
"event": [
{
"listen": "test",
"script": {
"exec": [
"var data_esim=JSON.parse(responseBody);\r",
"pm.environment.set(\"activationCode\", data_esim.result.activationCode)"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "GET",
"header": [
{
"key": "X-Client-Token",
"value": "e77b7e2f43db41bb95b17a2a11581a38",
"type": "text"
},
{
"key": "X-Client-Platform",
"value": "android",
"type": "text"
},
{
"key": "X-Client-Version",
"value": "4.8.0",
"type": "text"
},
{
"key": "X-Session-Token",
"value": "{{session_token}}",
"type": "text"
},
{
"key": "User-Agent",
"value": "MijnSimyo/4.8.0 (Linux; Android 13; Scale/2.75)",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json; charset=UTF-8",
"type": "text"
},
{
"key": "Connection",
"value": "Keep-Alive",
"type": "text"
},
{
"key": "Accept-Encoding",
"value": "gzip",
"type": "text"
}
],
"url": {
"raw": "https://appapi.simyo.nl/simyoapi/api/v1/esim/get-by-customer",
"protocol": "https",
"host": [
"appapi",
"simyo",
"nl"
],
"path": [
"simyoapi",
"api",
"v1",
"esim",
"get-by-customer"
]
}
},
"response": []
},
{
"name": "3.生成ESIM二维码",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://api.qrserver.com/v1/create-qr-code/?data=LPA:{{activationCode}}&size=200x200",
"protocol": "https",
"host": [
"api",
"qrserver",
"com"
],
"path": [
"v1",
"create-qr-code",
""
],
"query": [
{
"key": "data",
"value": "LPA:{{activationCode}}"
},
{
"key": "size",
"value": "200x200"
}
]
}
},
"response": []
}
],
"variable": [
{
"key": "Sy.sessionToken",
"value": "JsonData.result.sessionToken"
}
]
}