更新邮件状态
POST
http://SERVER:PORT/email/updateEmailStatus
请求参数
参数名
类型
描述
必填
type
int
1:未读 2:已读 3:关注 4:取消关注 5:删除 示例:5
必填
emailIds
string
批量选择的邮件id 用 ,拼接 示例:10,11,12
必填