Verified Commit 3e52700c authored by Cui's avatar Cui

fix typo

parent 52c55f84
......@@ -19,7 +19,7 @@ type MessageLog struct {
Tels string `json:"tels" bson:"tels"` // 短信目标用户手机号
TplID string `json:"tplID" bson:"tplID"` // 短信模板ID
Action string `json:"action" bson:"action"` // 推送类型 OneTime_Push,Timing_Push,Delay_Push,Nomal_Push
Action string `json:"action" bson:"action"` // 推送类型 OneTime_Push,Timing_Push,Delay_Push,Normal_Push
State string `json:"state" bson:"state"` // succeeded-成功 failed-失败
Date string `json:"date" bson:"date"` // 事件日期
FailedReason string `json:"failedReason" bson:"failedReason"` // 发送失败原因
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment