Product Details
Product Information
outlook短效-graph令牌-3号库 长效率95%
Delivery:
Auto Delivery
Product Code:
100005
Stock:
Syncing...
Purchase Limit:
10000 pcs
Unit Price:
¥ 0.016
Description
商品信息
* 类型:微软短效邮箱 + Graph API令牌
* 新鲜注册,适合临时使用、注册验证等
* 不定时有95%以上自然长效率(可长期存活使用)不包活率,若微软更新导致的封号概不售后。卡密格式
邮箱----密码----client_id----refresh_token
* 分隔符为四个短横线 ----
Graph Token说明
* 可通过 Microsoft Graph API 收发邮件
* refresh_token 有效期约90天
* 无需密码即可调用API读取邮件
Python取件完整示例
import requests
# 卡密信息(购买后获得)
email = "example@outlook.com"
password = "your_password"
client_id = "9e5f94bc-e8a4-4e73-b8be-63364c29d753"
refresh_token = "M.C516_BAY.0.U.-CoWIXX..."
# 步骤1: 获取 access_token
token_url = "https://login.microsoftonline.com/consumers/oauth2/v2.0/token"
token_data = {
"client_id": client_id,
"refresh_token": refresh_token,
"grant_type": "refresh_token",
"scope": "https://graph.microsoft.com/.default offline_access"
}
response = requests.post(token_url, data=token_data)
access_token = response.json()["access_token"]
# 步骤2: 读取收件箱邮件
headers = {
"Authorization": f"Bearer {access_token}",
"Content-Type": "application/json"
}
messages_url = "https://graph.microsoft.com/v1.0/me/messages?$top=10"
messages = requests.get(messages_url, headers=headers).json()
# 输出邮件
for msg in messages.get("value", []):
print(f"发件人: {msg["from"]["emailAddress"]["address"]}")
print(f"主题: {msg["subject"]}")
print("---")
购买须知
* 虚拟商品,自动发货
* 请在24小时内完成验收
* 验收通过后不支持退款
* 建议使用海外IP登录