7 lines
157 B
C++
7 lines
157 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
int AddChatroomMember(std::string roomid, std::string wxids);
|
|
int DelChatroomMember(std::string roomid, std::string wxids);
|