Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789101112131415 |
- package md
-
- type PushParams struct {
- MasterId string `json:"master_id"` //站长id
- Uid string `json:"uid"` //用户id
- PushAlia string `json:"push_alia"` //推送别名
- Title string `json:"title"` //标题
- Content string `json:"content"` //内容
- PushType string `json:"push_type"` //推送类型`zhi_ying_gim`
- MessageType string `json:"message_type"` //消息类型`UNKNOWN、TEXT、FACE、VOICE、IMAGE、FILE、LOCATION、COMMAND、CUSTOM`
- SendUserNickname string `json:"send_user_nickname"` //消息发送者-会员昵称
- SendUserAvatarUrl string `json:"send_user_avatar_url"` //消息发送者-会员头像
- Memo string `json:"memo"` //备注
- Times string `json:"times"` //时间
- }
|