Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emotion ¶
type Emotion struct {
SynTweetVersion string `json:"syn_tweet_verson"`
ParamStr string `json:"paramstr"`
PicTemplate string `json:"pic_template"`
RichType string `json:"richtype"`
RichVal string `json:"richval"`
SpecialUrl string `json:"special_url"`
SubRichType string `json:"subrichtype"`
Con string `json:"con"` // 文字内容
FeedVersion string `json:"feedversion"`
Ver string `json:"ver"`
UgcRight VisibleRight `json:"ugc_right"` // 可见权限
AllowUins string `json:"allow_uins,omitempty"` // 部分好友可见或不可见需要用到这个 提交时需再添加一个参数allow_uins 值为指定的好友,用英文的“|”分开
ToSign string `json:"to_sign"`
HostUin string `json:"hostuin"`
CodeVersion string `json:"code_version"`
Format string `json:"format"`
QzReferrer string `json:"qzreferrer"`
PicBo string `json:"pic_bo,omitempty"`
}
type Service ¶
type Service struct {
Request *gorequest.SuperAgent
}
func (*Service) CheckCookieValid ¶
func (*Service) QuickLogin ¶
type VisibleRight ¶
type VisibleRight int
VisibleRight 说说可见权限
const ( VisibleAll VisibleRight = 1 // 所有人可见 VisibleFriend VisibleRight = 4 // 好友可见 VisibleSelf VisibleRight = 64 // 仅自己可见 )
Click to show internal directories.
Click to hide internal directories.