package dal import ( "xiaoniaokuaiyan.com/xiaoniao/entity" ) type IFcode interface { Exchange(codeStr string) (*entity.DiscountTicket, error) }