bilibili-backup/app/service/openplatform/anti-fraud/model/payShield.go

20 lines
226 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
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
}