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