#pragma once #include int AddChatroomMember(std::string roomid, std::string wxids); int DelChatroomMember(std::string roomid, std::string wxids);