{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"mailId": 0,
"mailAddress": "string",
"mailGoal": "string",
"mailType": "string",
"imapBrandId": 0,
"imapHostAddress": "string",
"imapPort": "string",
"imapUserName": "string",
"imapPassword": "string",
"imapIsNotSafety": "string",
"smtpBrandId": 0,
"smtpHostAddress": "string",
"smtpPort": "string",
"smtpUserName": "string",
"smtpPassword": "string",
"smtpIsNotSafety": "string",
"status": "string",
"remark": "string"
}
curl --location --request PUT '/callcenter/mail/updateStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"mailId": 0,
"mailAddress": "string",
"mailGoal": "string",
"mailType": "string",
"imapBrandId": 0,
"imapHostAddress": "string",
"imapPort": "string",
"imapUserName": "string",
"imapPassword": "string",
"imapIsNotSafety": "string",
"smtpBrandId": 0,
"smtpHostAddress": "string",
"smtpPort": "string",
"smtpUserName": "string",
"smtpPassword": "string",
"smtpIsNotSafety": "string",
"status": "string",
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}