public interface WxUserApi
| 限定符和类型 | 方法和说明 |
|---|---|
WxResp |
groups_create(WxGroup group) |
WxResp |
groups_get() |
WxResp |
groups_getid(String openid) |
WxResp |
groups_member_update(String openid,
String groupid) |
WxResp |
groups_update(WxGroup group) |
WxResp |
tag_getusers(String tagid,
String nextOpenid) |
WxResp |
tags_create(WxTag tag) |
WxResp |
tags_delete(WxTag tag) |
WxResp |
tags_get() |
WxResp |
tags_getidlist(String openid) |
WxResp |
tags_members_batchtagging(List<String> openids,
String tagid) |
WxResp |
tags_members_chuntagging(List<String> openids,
String tagid) |
WxResp |
tags_update(WxTag tag) |
void |
user_get(org.nutz.lang.Each<String> each) |
WxResp |
user_info_updatemark(String openid,
String remark) |
WxResp |
user_info(String openid,
String lang) |
Copyright © 2019. All rights reserved.