|  | @@ -282,7 +282,7 @@ int lhhttpapi::DBDoInterface( int nOperatorType, const QString &strParamXml, QSt
 | 
	
		
			
				|  |  |          //char buffer[LHHTTPAPI_BUFFER_SIZE] = {0};
 | 
	
		
			
				|  |  |          char *buffer = new char[LHHTTPAPI_BUFFER_SIZE]{0};
 | 
	
		
			
				|  |  |          // memset(buffer, 0, LHHTTPAPI_BUFFER_SIZE);
 | 
	
		
			
				|  |  | -        int ret = fnDBDoInterface(serid.toUtf8().data(), appType.toUtf8().data(), strToken.toUtf8().data(), nOperatorType, strParamXml.toUtf8().data(), buffer, LHHTTPAPI_BUFFER_SIZE,bismulti,phttpip);
 | 
	
		
			
				|  |  | +        int ret = fnDBDoInterface(serid.toUtf8().data(), appType.toUtf8().data(), strToken.toUtf8().data(), nOperatorType, strParamXml.toUtf8().data(), buffer, LHHTTPAPI_BUFFER_SIZE-1, bismulti,phttpip);
 | 
	
		
			
				|  |  |          strRetXml = QString::fromUtf8(buffer);
 | 
	
		
			
				|  |  |          delete [] buffer;
 | 
	
		
			
				|  |  |          return ret;
 |