model

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecryptBindLogParam

type DecryptBindLogParam struct {
	EncryptText []string `form:"text,split" validate:"min=1"` // 密文字段,','分割
}

DecryptBindLogParam DecryptBindLogParam

type EsRes

type EsRes struct {
	Page   Page            `json:"page"`
	Result []*UserActLogEs `json:"result"`
}

EsRes EsRes

type Page

type Page struct {
	Num   int `json:"num"`
	Size  int `json:"size"`
	Total int `json:"total"`
}

Page Page

type UserActLogEs

type UserActLogEs struct {
	Mid       int64  `json:"mid"`
	Str0      string `json:"str_0"`
	ExtraData string `json:"extra_data"`
	CTime     string `json:"ctime"`
}

UserActLogEs UserActLogEs

type UserBindLog

type UserBindLog struct {
	Mid   int64  `json:"mid"`
	Phone string `json:"phone"`
	EMail string `json:"email"`
	Time  string `json:"time"`
}

UserBindLog UserBindLog

type UserBindLogReq

type UserBindLogReq struct {
	// Action value : telBindLog or emailBindLog
	Action string `form:"action"`
	Mid    int64  `form:"mid"`
	//Query search tel or email
	Query string `form:"query"`
	Page  int    `form:"page"`
	Size  int    `form:"size"`
	From  int64  `form:"from"`
	To    int64  `form:"to"`
}

UserBindLogReq UserBindLogReq

type UserBindLogRes

type UserBindLogRes struct {
	Page   Page           `json:"page"`
	Result []*UserBindLog `json:"result"`
}

UserBindLogRes UserBindLogRes

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL