C# Class Senparc.Weixin.MP.AppStore.Api.MemberApi

Inheritance: BaseApi
Show file Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
GetMember ( int weixinId, string openId ) : GetMemberResult

获取用户信息

MemberApi ( Passport passport ) : System.Collections.Generic

Private Methods

Method Description
GetMemberFunc ( int weixinId, string openId ) : GetMemberResult

Method Details

GetMember() public method

获取用户信息
public GetMember ( int weixinId, string openId ) : GetMemberResult
weixinId int
openId string
return GetMemberResult

MemberApi() public method

public MemberApi ( Passport passport ) : System.Collections.Generic
passport Passport
return System.Collections.Generic