Verified Commit da8259d1 authored by Cui's avatar Cui

add prop

parent 08c51694
......@@ -6,3 +6,5 @@ require (
github.com/valyala/fasthttp v1.0.0
gitlab.qingclass.cn/library/jpush v0.0.3
)
go 1.13
......@@ -53,6 +53,7 @@ type MessageStruct struct {
SendMsgType string `json:"_sendMsgType"`
SendBatchNumber string `json:"_sendBatchNumber"`
JsonId string `json:"_jsonId"`
LabelPushId string `json:"labelPushId"`
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