瀏覽代碼

青爻公众号

cqp 10 月之前
父節點
當前提交
fee346faa3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Service/Weixin/WeixinService.php

+ 2 - 2
app/Service/Weixin/WeixinService.php

@@ -487,7 +487,7 @@ class WeixinService extends Service
         return $img ?? [];
     }
 
-    public function dealContent($content){
+    public function dealContent1($content){
         // 正则表达式匹配 data-src 属性
         $pattern = '/data-src="([^"]+)"/';
 
@@ -497,7 +497,7 @@ class WeixinService extends Service
         return [$replacedString, []];
     }
 
-    public function dealContent1($content){
+    public function dealContent($content){
         // 正则表达式匹配 data-src 属性
         $pattern = '/data-src="([^"]+)"/';