📤 上传账号JSON文件

上传包含账号信息的JSON文件,系统将自动创建匹配任务

📁
点击选择文件或拖拽文件到此处
支持 JSON 格式文件
上传中...
📋 JSON文件格式示例:
[ { "account_id": "account_001", "account_info": { "nickname": "测试账号", "uid": "123456789" }, "mobile_prefix": "138", "mobile_suffix": "8888", "total_count": 10000, "batch_size": 100 }, { "account_id": "account_002", "account_info": { "nickname": "另一个账号", "uid": "987654321" }, "mobile_prefix": "139", "mobile_suffix": "9999", "total_count": 10000, "batch_size": 100 } ]