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