package otc_advaduitstatus // otc广告审核状态 const ( Pending = 1 // 待审核 Pass = 3 // 审核通过 Reject = 5 // 审核拒绝 )