Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetByMessage ¶
Types ¶
type ApnsInfoResp ¶
type ApnsInfoResp struct { Id int `json:"id,omitempty"` Mode int `json:"mode"` MessageId int `json:"messageId,omitempty"` // message BundleId string `json:"bundleId,omitempty"` Params string `json:"params,omitempty"` Status int `json:"status,omitempty"` CreateTime string `json:"createTime,omitempty"` UpdateTime string `json:"updateTime,omitempty"` }
type RespWrapper ¶
type RespWrapper struct { app.Response ApnsInfoResp }
Click to show internal directories.
Click to hide internal directories.