diff --git a/servant/libservant/ServantHandle.cpp b/servant/libservant/ServantHandle.cpp index 56b8f67..569a73d 100644 --- a/servant/libservant/ServantHandle.cpp +++ b/servant/libservant/ServantHandle.cpp @@ -829,7 +829,7 @@ void ServantHandle::handleTarsProtocol(const TarsCurrentPtr ¤t) } //处理cookie - string cookie; + map cookie; TarsCookieOp cookieOp; if (processCookie(current, cookie)) {