소스 검색

修改接口:随机模板

15313670163 4 달 전
부모
커밋
c29ffe7102
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/JsonRpc/PublicRpcService.php

+ 1 - 1
app/JsonRpc/PublicRpcService.php

@@ -3213,7 +3213,7 @@ class PublicRpcService implements PublicRpcServiceInterface
                     }
                     if(isset($components[$selectedComponentId]['type_id']) && $components[$selectedComponentId]['type_id'] == 14){
                         $ad = $components[$selectedComponentId]['ad'];
-                        $ad['thumb'] = $image_info[$key]['img_url'];
+                        // $ad['thumb'] = $image_info[$key]['img_url'];
                         $template_data[$key]['ad'] = $ad;
                         $canvas_adinfo[$key] = $ad;
                         $canvas_data[$key]['content']['ad'] = $canvas_adinfo[$key];