package consts const ( EmailStatusSent = 1 // 已发送 EmailStatusWait = 2 // 等待发送 EmailStatusVerify = 3 // 待审核 EmailStatusCanceled = 4 // 已取消 EmailStatusIn = 5 // 发送中 EmailStatusErr = 6 // 发送出错 )