Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLoginArgs ¶
func GetLoginArgs(logReqStrFmt string, cr CaptchaRecognize) (logReqStr string, jSessionID string, err error)
生成登陆参数 logReqStrFmt 登录请求消息体,预留验证码字段占位 {"account":"xxx","password":"xxxx","captcha":"%s"} cr 验证码识别方法
Types ¶
type CaptchaRecognize ¶
验证码识别方法...目前没有好的方法,可以自行训练,或者网上有部分识别API尚可 推荐使用[ttshitu](http://www.ttshitu.com/),便宜好用
type House ¶
type House struct {
ID int64 `json:"id"`
FullName string `json:"fullName"`
TypeName int `json:"typeName"`
Queue []Queue `json:"queue"`
QueueCount int `json:"queueCount"`
SelectStartTime string `json:"selectStartTime"`
}
House 房源信息
Click to show internal directories.
Click to hide internal directories.