Verified Commit ba5f8382 authored by Cui's avatar Cui

add

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