shish 2 years ago
parent
commit
427623df79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ItemController.php

+ 1 - 1
app-ghs/controllers/ItemController.php

@@ -220,7 +220,7 @@ class ItemController extends BaseController
         $itemCoverBase64 = stringUtil::ossBase64($itemCover);
 
         $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';
             if ($this->mainId == 1459) {
                 $logo = 'poster/hyxh_gcd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';