Documentation ¶
Index ¶
Constants ¶
View Source
const ( CodeBadRedirectTo data.CodeType = -1 CodeWupinNotFound data.CodeType = -2 CodeNumMustMaxThanZero data.CodeType = -3 CodeBadName data.CodeType = -4 CodeBadPhone data.CodeType = -5 CodeBadLocation data.CodeType = -6 CodeBadEmail data.CodeType = -7 CodeWupinNotShort data.CodeType = -8 )
Variables ¶
This section is empty.
Functions ¶
func NewJsonData ¶
Types ¶
type Query ¶
type Query struct { Type modeltype.PayFromType `form:"type"` RedirectTo string `form:"redirectto"` WupinID uint `form:"wupinId"` Num modeltype.Total `form:"num"` UserName string `form:"username"` UserPhone string `form:"userphone"` UserLocation string `form:"userlocation"` UserWechat string `form:"userwechat"` UserEmail string `form:"useremail"` UserRemark string `form:"userremark"` }
Click to show internal directories.
Click to hide internal directories.