Documentation
¶
Index ¶
- Constants
- type Service
- func (s *Service) AcademyBanner(c context.Context, mobiApp, device, network, ipAddr, buvid, adExtra string, ...) (randomRes []*model.Banner, err error)
- func (s *Service) CooperateBanner(c context.Context, mobiApp, device, network, buvid, adExtra string, build int, ...) (ass []*resmdl.Assignment, err error)
- func (s *Service) TopBanner(c context.Context, mobiApp, device, network, ipAddr, buvid, adExtra string, ...) (res []*model.Banner, err error)
Constants ¶
View Source
const ( BanneriPhone = 2417 BannerAndroid = 2431 AcademyiPhone = 2873 AcademyAndroid = 2877 BannerCooperate = 2893 )
Android iPhone
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { Seed int64 // contains filtered or unexported fields }
Service struct
func (*Service) AcademyBanner ¶
func (s *Service) AcademyBanner(c context.Context, mobiApp, device, network, ipAddr, buvid, adExtra string, build, resID int, plat int8, mid int64, isAd bool) (randomRes []*model.Banner, err error)
AcademyBanner fn
Click to show internal directories.
Click to hide internal directories.