作者 yangfu

推送修改

... ... @@ -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"`
... ...
... ... @@ -24,7 +24,7 @@ var (
authtoken = ""
expire time.Time
authMux sync.RWMutex
expireSpan = time.Second * 3600
expireSpan = time.Second * 600 //token 10分钟过期
)
const (
... ...