Verified Commit 594fcd27 authored by Cui's avatar Cui

fix

parent cb09b40d
......@@ -49,8 +49,10 @@ func (m *MessageLog) ToFields() (fields logrus.Fields) {
}
type MessageStruct struct {
Platform string `json:"platform" bson:"platform"` // 推送平台 APP GZH
SendMsgType string `json:"_sendMsgType"`
Platform string `json:"platform" bson:"platform"` // 推送平台 APP GZH
SendMsgType string `json:"_sendMsgType"`
SendBatchNumber string `json:"_sendBatchNumber"`
JsonId string `json:"_jsonId"`
AppId string `json:"appId" bson:"appId"`
SmsAppId int `json:"smsAppId" bson:"smsAppId"`
......
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