WeChatFerry/rpc/pb_types.h

19 lines
270 B
C
Raw Normal View History

2023-02-16 22:10:30 +08:00
#pragma once
#include <map>
#include <string>
2023-02-16 22:50:18 +08:00
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;