mirror of
https://wget.la/https://github.com/432539/gpt
synced 2026-08-17 03:26:59 +08:00
只开源「GPT 账号注册机 / 管理」(account-manager):账号列表/导入导出、检测/批量检测、 拿 RT、协议/浏览器注册等注册机能力。批量直开 / 协议支付 / 提取链接 / 直卡直开 等其它功能 不含实现代码,仅通过 iframe 内嵌外链访问。真实机密均由 .gitignore 忽略,仅提供脱敏示例配置。
42 lines
895 B
JSON
42 lines
895 B
JSON
{
|
|
"concurrency": 20,
|
|
"headless": true,
|
|
"launchTimeout": 60000,
|
|
"cloakLicenseKey": "",
|
|
"regPassword": "",
|
|
"captcha": {
|
|
"provider": "yescaptcha",
|
|
"apiKey": "",
|
|
"endpoint": ""
|
|
},
|
|
"sms": {
|
|
"provider": "smsbower",
|
|
"pollTimeout": 180000,
|
|
"smscode": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://api.smscode.gg/v1",
|
|
"countryId": 0,
|
|
"serviceId": 0,
|
|
"productId": 0,
|
|
"catalogProductId": 0,
|
|
"maxPrice": ""
|
|
},
|
|
"smsbower": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://smsbower.page/stubs/handler_api.php",
|
|
"country": 10,
|
|
"service": "dr",
|
|
"maxPrice": "0.2"
|
|
},
|
|
"herosms": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://hero-sms.com/stubs/handler_api.php",
|
|
"country": 22,
|
|
"service": "dr",
|
|
"maxPrice": ""
|
|
}
|
|
},
|
|
"probeTokenAutoRefresh": true,
|
|
"probeTokenAutoRefreshMin": 15
|
|
}
|