Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
WeComApi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
changjin.pan
WeComApi
Commits
05e1aa3e
Commit
05e1aa3e
authored
May 17, 2022
by
changjin.pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业微信 返回用户信息给前端
parent
279b3b21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
0 deletions
+72
-0
ResponseWeComUser.cs
src/Siger.WeComApi.Core/Dto/Response/ResponseWeComUser.cs
+72
-0
No files found.
src/Siger.WeComApi.Core/Dto/Response/ResponseWeComUser.cs
0 → 100644
View file @
05e1aa3e
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Siger.WeComApi.Core.Dto.Response
{
public
class
ResponseWeComUser
{
public
string
open_userid
{
get
;
set
;
}
public
string
userid
{
get
;
set
;
}
public
string
corpid
{
get
;
set
;
}
public
string
corpname
{
get
;
set
;
}
/// <summary>
/// 名称
/// </summary>
public
string
name
{
get
;
set
;
}
/// <summary>
/// 别称
/// </summary>
public
string
alias
{
get
;
set
;
}
/// <summary>
/// 地址
/// </summary>
public
string
address
{
get
;
set
;
}
/// <summary>
/// 部门
/// </summary>
public
string
main_department
{
get
;
set
;
}
/// <summary>
/// 手机
/// </summary>
public
string
mobile
{
get
;
set
;
}
/// <summary>
/// 性别
/// </summary>
public
int
gender
{
get
;
set
;
}
/// <summary>
/// 邮箱
/// </summary>
public
string
email
{
get
;
set
;
}
/// <summary>
/// 头像
/// </summary>
public
string
avatar
{
get
;
set
;
}
/// <summary>
/// 头像
/// </summary>
public
string
thumb_avatar
{
get
;
set
;
}
/// <summary>
/// 状态
/// </summary>
public
string
status
{
get
;
set
;
}
/// <summary>
/// 二维码
/// </summary>
public
string
qr_code
{
get
;
set
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment