Explorar el Código

替换bug修复

zhuchengjie hace 3 años
padre
commit
3fbba97b41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Services/Report/QappBaiduReport.php

+ 1 - 1
src/Services/Report/QappBaiduReport.php

@@ -54,7 +54,7 @@ class QappBaiduReport extends BaseReport
         $type_value = $this->matchItemInUrl($type,$this->report_url);
 
         //替换$type的值
-        $this->report_url = str_replace($type.$type_value,$type.$value,$this->report_url);
+        $this->report_url = str_replace($type.'='.$type_value,$type.'='.$value,$this->report_url);
     }
 
     /**