WeChatMiniProgServiceQRCodeAccountInfo Class

记录扫码用户的账户信息的类。

Definition

Namespace: QuickAdmin.Service.Auth
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.1.6
C#
public class QRCodeAccountInfo
Inheritance
object    WeChatMiniProgServiceQRCodeAccountInfo

Constructors

WeChatMiniProgServiceQRCodeAccountInfoInitializes a new instance of the WeChatMiniProgServiceQRCodeAccountInfo class

Properties

Public Properties

deptName1 用户所属机构。
deptName2 用户所属部门。
mobile 用户手机号码。
name 用户姓名。
nickName 用户昵称。

See Also