Метод | Описание | |
---|---|---|
GetUserDetail ( string openId = "" ) : string |
根据openId获取用户详细信息
|
|
GetUserList ( string next_openid = "" ) : string |
获取已关注的用户列表,单次获取最多10000条
|
public static GetUserDetail ( string openId = "" ) : string | ||
openId | string | |
Результат | string |
public GetUserList ( string next_openid = "" ) : string | ||
next_openid | string | |
Результат | string |