github.com/bububa/oceanengine/marketing-api@v0.0.0-20210315120513-0b953137f7a6/enum/account_soruce.go (about)

     1  package enum
     2  
     3  // 账户类型
     4  type AccountSource string
     5  
     6  const (
     7  	NORMAL_ADVERTISER AccountSource = "NORMAL_ADVERTISER" // 普通广告主
     8  	LUBAN_ACCOUNT     AccountSource = "LUBAN_ACCOUNT"     // 鲁班广告主
     9  )