hello server add hash test

This commit is contained in:
ruanshudong 2020-10-16 11:25:12 +08:00
parent a476cce64e
commit 2d8df7d8cc

View File

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