mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-05 17:42:24 +08:00
fix helloserver config bug
This commit is contained in:
parent
2d8df7d8cc
commit
b3863883bd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user