1 Star 0 Fork 0

unitwork/iwechen-thrift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
UserInfo.h 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
wshy1121 提交于 2017-12-20 21:09 . add 添加AppFormUsrId结构体
#ifndef __USERINFO_H__
#define __USERINFO_H__
typedef struct CUsrInfo
{
CUsrInfo(): account(-1), max_pubinfo(-1), help_status(true){}
std::string session;
std::string openid;
std::string nickName;
std::string avatarUrl;
std::string gender;
std::string language;
std::string country;
std::string province;
std::string city;
int account;
int max_pubinfo;
bool help_status;
}CUsrInfo;
typedef struct AppFormUsrId
{
std::string appId;
std::string formId;
std::string toUser;
}AppFormUsrId;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/unitwork/iwechen-thrift.git
git@gitee.com:unitwork/iwechen-thrift.git
unitwork
iwechen-thrift
iwechen-thrift
master

搜索帮助