|
@@ -54,7 +54,7 @@ class QappBaiduReport extends BaseReport
|
|
|
$type_value = $this->matchItemInUrl($type,$this->report_url);
|
|
|
|
|
|
|
|
|
- $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);
|
|
|
}
|
|
|
|
|
|
|