'待使用', self::used => '已使用', self::expire => '已过期', self::close => '已关闭', ]; if($status) return $list[$status] ?? ''; return $list; } const all = 1; const selected = 2; const selected_out = 3; public static function getGoodsType($type = ''){ $list = [ self::all => '全部商品参与', self::selected => '指定商品参与', self::selected_out => '指定不参与商品' ]; if($type) return $list[$type] ?? ''; return $list; } }