[
{
"user": "wan163@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143",
"testLogin": "0"
},
{
"user": "wan163222@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143",
"testLogin": "0"
}
]
curl --location --request POST 'http://127.0.0.1:8091/email/email/user/addBatch' \
--header 'Safe-Key;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"user": "wan163@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143",
"testLogin": "0"
},
{
"user": "wan163222@163.com",
"pass": "XOUHIWGTZ",
"groupType": "阿萨德",
"isSsl": "0",
"protocol": "imap",
"popHost": "pop.163.com",
"popPort": "110",
"imapHost": "imap.163.com",
"imapPort": "143",
"testLogin": "0"
}
]'
{
"code": 200,
"success": true,
"msg": "操作成功",
"data": 0,
"timestamp": 1704283357376
}