fix helloserver config bug

This commit is contained in:
ruanshudong 2020-11-09 15:18:18 +08:00
parent 2d8df7d8cc
commit b3863883bd

View File

@ -36,6 +36,10 @@ void HelloImp::destroy()
int HelloImp::testHello(const std::string &sReq, std::string &sRsp, tars::TarsCurrentPtr current)
{
// TLOGDEBUG("HelloImp::testHellosReq:"<<sReq<<endl);
<<<<<<< HEAD
=======
//cout << sReq << endl;
>>>>>>> fix helloserver config bug
sRsp = sReq;
return 0;
}