WeChatFerry/rpc/pb_types.h
2023-02-16 22:50:18 +08:00

19 lines
270 B
C++

#pragma once
#include <map>
#include <string>
using namespace std;
typedef map<int, string> MsgTypes_t;
typedef struct {
int32_t gender;
string wxid;
string code;
string name;
string country;
string province;
string city;
} RpcContact_t;