Versions in this module Expand all Collapse all v1 v1.2.2 Mar 25, 2020 Changes in this version + const Version + func StartServer(port string) + type BaiduClient struct + func NewBaiduClinet() *BaiduClient + func (bc *BaiduClient) BaiduLogin(username, password, verifycode, vcodestr string) (lj *LoginJSON) + func (bc *BaiduClient) SendCodeToUser(verifyType, token string) (msg string) + func (bc *BaiduClient) VerifyCode(verifyType, token, vcode, u string) (lj *LoginJSON) + type LoginJSON struct + Data struct{ ... } + ErrInfo struct{ ... }