'上架', self::STATUS_STORAGE => '下架', self::STATUS_RECYCLE => '回收站', ]; if ($state === true) { return $data; } return $data[$state] ?? ''; } }