正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -4,7 +4,7 @@ import "encoding/json" | @@ -4,7 +4,7 @@ import "encoding/json" | ||
4 | 4 | ||
5 | /*PushInfo 推送信息*/ | 5 | /*PushInfo 推送信息*/ |
6 | type PushInfoRequest struct { | 6 | type PushInfoRequest struct { |
7 | - Type int `json:"mmmType"` | 7 | + Type int `json:"msgType"` |
8 | DeviceToken json.RawMessage `json:"deviceToken" ` | 8 | DeviceToken json.RawMessage `json:"deviceToken" ` |
9 | ClientId json.RawMessage `json:"clientId"` | 9 | ClientId json.RawMessage `json:"clientId"` |
10 | AppKey string `json:"appKey" valid:"Required"` | 10 | AppKey string `json:"appKey" valid:"Required"` |
-
请 注册 或 登录 后发表评论