...
|
...
|
@@ -4,7 +4,7 @@ import "encoding/json" |
|
|
|
|
|
/*PushInfo 推送信息*/
|
|
|
type PushInfoRequest struct {
|
|
|
Type int `json:"mmmType"`
|
|
|
Type int `json:"msgType"`
|
|
|
DeviceToken json.RawMessage `json:"deviceToken" `
|
|
|
ClientId json.RawMessage `json:"clientId"`
|
|
|
AppKey string `json:"appKey" valid:"Required"`
|
...
|
...
|
|