123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- package model
- type ArgBanner struct {
- Plat int8
- Build int
- AID int64
- MID int64
- ResIDs string
- Channel string
- IP string
- Buvid string
- Network string
- MobiApp string
- Device string
- IsAd bool
- OpenEvent string
- AdExtra string
- Version string
- }
- type ArgRes struct {
- ResID int
- }
- type ArgRess struct {
- ResIDs []int
- }
- type ArgPaster struct {
- Platform int8
- AdType int8
- Aid string
- TypeId string
- TypeID string
- Buvid string
- }
- type ArgCmtbox struct {
- ID int64
- }
- type ArgAbTest struct {
- Groups string
- IP string
- }
|