Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
package model
// ArgBanner for banner func
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
}
// ArgRes for resource func
type ArgRes struct {
ResID int
}
// ArgRess for resources func
type ArgRess struct {
ResIDs []int
}
// ArgPaster for paster func
type ArgPaster struct {
Platform int8
AdType int8
Aid string
TypeId string
TypeID string
Buvid string
}
// ArgCmtbox for ctmbox
type ArgCmtbox struct {
ID int64
}
// ArgAbTest for abTest
type ArgAbTest struct {
Groups string
IP string
}