@@ -301,7 +301,7 @@ INT CDataImpl::InsertReportInfo(std::string report_type, std::map<std::string, s
cJSON_Delete(pJson);
std::string strInsert = "INSERT INTO report(url, content)VALUES ('";
- strInsert.append("https://cn.ota.qhmoka.com/ota-services/report/reportToolsLog.do");
+ strInsert.append("https://cn.ota.qhmoka.com/ota-services/report/reportToolsLog");
strInsert.append("','");
strInsert.append(content);
strInsert.append("');");