|
@@ -298,11 +298,14 @@ class ItemController extends BaseController
|
|
|
$itemCoverBase64 = stringUtil::ossBase64($itemCover);
|
|
$itemCoverBase64 = stringUtil::ossBase64($itemCover);
|
|
|
|
|
|
|
|
$logoBase64 = '';
|
|
$logoBase64 = '';
|
|
|
- if (in_array($this->mainId, [52, 1459])) {
|
|
|
|
|
|
|
+ if (in_array($this->mainId, [52, 1459,13625])) {
|
|
|
$logo = 'poster/hyxh_ncd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
|
|
$logo = 'poster/hyxh_ncd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
|
|
|
if ($this->mainId == 1459) {
|
|
if ($this->mainId == 1459) {
|
|
|
$logo = 'poster/hyxh_gcd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
|
|
$logo = 'poster/hyxh_gcd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
|
|
|
}
|
|
}
|
|
|
|
|
+ if ($this->mainId == 13625) {
|
|
|
|
|
+ $logo = 'poster/hyxh_hzd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
|
|
|
|
|
+ }
|
|
|
$logoBase64 = stringUtil::ossBase64($logo);
|
|
$logoBase64 = stringUtil::ossBase64($logo);
|
|
|
}
|
|
}
|
|
|
|
|
|