package otc_advstatus // otc广告状态 const ( Offline = 1 // 下线 Online = 3 // 上线 )