bilibili-backup/app/service/openplatform/anti-fraud/model/payShield.go
2019-04-22 02:59:20 +00:00

20 lines
226 B
Go

package model
// IPListDetail .
type IPListDetail struct {
IP string
Num int64
}
// UIDListDetail .
type UIDListDetail struct {
UID string
Num int64
}
// ListDetail .
type ListDetail struct {
IP string
UID string
}