package verifyMgr
type VerifyType int8
const (
// Method=GET
Con_Get VerifyType = 1
// Method=POST
Con_Post VerifyType = 2
)