| 程序包 | 说明 |
|---|---|
| weixin.popular.api |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseResult |
PoiAPI.addPoi(String accessToken,
weixin.popular.bean.poi.Poi poi)
创建门店
|
static BaseResult |
PoiAPI.addPoi(String accessToken,
String postJson)
创建门店
|
static BaseResult |
ComponentAPI.api_set_authorizer_option(String component_access_token,
String component_appid,
String authorizer_appid,
String option_name,
String option_value)
设置授权方的选项信息
|
static BaseResult |
SnsAPI.auth(String access_token,
String openid)
检验授权凭证(access_token)是否有效
|
static BaseResult |
WxaAPI.bind_tester(String access_token,
String wechatid)
成员管理
绑定微信用户为小程序体验者 |
static BaseResult |
OpenAPI.bind(String access_token,
String appid,
String open_appid)
将公众号/小程序绑定到开放平台帐号下
|
static BaseResult |
WxaAPI.change_visitstatus(String access_token,
String action)
代码管理
修改小程序线上代码的可见状态(仅供第三方代小程序调用) |
static BaseResult |
ComponentAPI.clear_quota(String component_access_token,
String component_appid)
第三方平台对其所有API调用次数清零
|
static BaseResult |
ClearQuotaAPI.clear_quota(String access_token,
String appid)
公众号调用或第三方平台帮公众号调用对公众号的所有api调用(包括第三方帮其调用)次数进行清零
|
static BaseResult |
CommentAPI.close(String access_token,
Long msg_data_id,
Integer index)
关闭已群发文章评论
|
static BaseResult |
CardAPI.codeUnavailable(String accessToken,
weixin.popular.bean.card.code.unavailable.CodeUnavailable codeUnavailable)
设置卡券失效
|
static BaseResult |
CardAPI.codeUnavailable(String accessToken,
String postJson)
设置卡券失效
|
static BaseResult |
CardAPI.codeUnavailableByCode(String accessToken,
String code)
设置卡券失效
|
static BaseResult |
CardAPI.codeUpdate(String accessToken,
weixin.popular.bean.card.code.update.CodeUpdate codeUpdate)
更改Code
|
static BaseResult |
CardAPI.codeUpdate(String accessToken,
String postJson)
更改Code
|
static BaseResult |
WxaAPI.commit(String access_token,
weixin.popular.bean.wxa.Commit commit)
代码管理
为授权的小程序帐号上传小程序代码 |
static BaseResult |
MaterialAPI.del_material(String access_token,
String media_id)
删除永久素材
|
static BaseResult |
CommentAPI.delete(String access_token,
weixin.popular.bean.comment.Params delete)
删除评论
|
static BaseResult |
CardAPI.delete(String accessToken,
String postJson)
删除卡券
|
static BaseResult |
CardAPI.deleteByCardId(String accessToken,
String cardId)
删除卡券
|
static BaseResult |
PoiAPI.delPoi(String accessToken,
String postJson)
删除门店
|
static BaseResult |
PoiAPI.delPoiByPoiId(String accessToken,
String poiId)
删除门店
|
static BaseResult |
UserAPI.groupsDelete(String access_token,
String id)
删除分组
|
static BaseResult |
UserAPI.groupsMembersBatchUpdate(String access_token,
List<String> openid_list,
String to_groupid)
批量移动用户分组
|
static BaseResult |
UserAPI.groupsMembersUpdate(String access_token,
String openid,
String to_groupid)
移动用户分组
|
static BaseResult |
UserAPI.groupsUpdate(String access_token,
String id,
String name)
修改分组名
|
static BaseResult |
CustomserviceAPI.kfaccountAdd(String access_token,
String kf_account,
String nickname,
String password)
添加客服账号
|
static BaseResult |
CustomserviceAPI.kfaccountDel(String access_token,
String kf_account)
删除客服账号
|
static BaseResult |
CustomserviceAPI.kfaccountUpdate(String access_token,
String kf_account,
String nickname,
String password)
设置客服信息
|
static BaseResult |
CustomserviceAPI.kfaccountUploadHeadimg(String access_token,
String kf_account,
File media)
上传客服头像
|
static BaseResult |
CustomserviceAPI.kfsessionClose(String access_token,
String kf_account,
String openid,
String text)
关闭会话
|
static BaseResult |
CustomserviceAPI.kfsessionCreate(String access_token,
String openid,
String kf_account,
String text)
创建会话
|
static BaseResult |
ShakeAroundAPI.lotterySetLotterySwitch(String accessToken,
String lotteryId,
int onoff)
摇一摇红包-设置红包活动抽奖开关
|
static BaseResult |
CommentAPI.markelect(String access_token,
weixin.popular.bean.comment.Params markelect)
将评论标记精选
|
static BaseResult |
MenuAPI.menuAddconditional(String access_token,
weixin.popular.bean.menu.MenuButtons menuButtons)
创建个性化菜单
|
static BaseResult |
MenuAPI.menuAddconditional(String access_token,
String menuJson)
创建个性化菜单
|
static BaseResult |
MenuAPI.menuCreate(String access_token,
weixin.popular.bean.menu.MenuButtons menuButtons)
创建菜单
|
static BaseResult |
MenuAPI.menuCreate(String access_token,
String menuJson)
创建菜单
|
static BaseResult |
MenuAPI.menuDelconditional(String access_token,
String menuid)
删除个性化菜单
|
static BaseResult |
MenuAPI.menuDelete(String access_token)
删除菜单
|
static BaseResult |
MessageAPI.messageCustomSend(String access_token,
weixin.popular.bean.message.message.Message message)
消息发送
|
static BaseResult |
MessageAPI.messageCustomSend(String access_token,
String messageJson)
消息发送
|
static BaseResult |
MessageAPI.messageMassDelete(String access_token,
String msg_id)
高级群发接口 删除群发
1、只有已经发送成功的消息才能删除 2、删除消息是将消息的图文详情页失效,已经收到的用户,还是能在其本地看到消息卡片。 |
static BaseResult |
MessageAPI.messageMassDelete(String access_token,
String msg_id,
Integer article_idx)
高级群发接口 删除群发
1、只有已经发送成功的消息才能删除 2、删除消息是将消息的图文详情页失效,已经收到的用户,还是能在其本地看到消息卡片。 |
static BaseResult |
MessageAPI.messageWxopenTemplateSend(String access_token,
weixin.popular.bean.message.templatemessage.WxopenTemplateMessage templateMessage)
模板消息发送(微信小程序)
|
static BaseResult |
CardAPI.modifyStock(String accessToken,
weixin.popular.bean.card.modifystock.ModifyStock modifystock)
修改库存
|
static BaseResult |
CardAPI.modifyStock(String accessToken,
String postJson)
修改库存
|
static BaseResult |
CommentAPI.open(String access_token,
Long msg_data_id,
Integer index)
打开已群发文章评论
|
static BaseResult |
CardAPI.payCellSet(String accessToken,
weixin.popular.bean.card.paycell.set.PaySellSet cardSet)
设置买单功能
|
static BaseResult |
CardAPI.payCellSet(String accessToken,
String postJson)
设置买单功能
|
static BaseResult |
WxaAPI.release(String access_token)
代码管理
发布已通过审核的小程序(仅供第三方代小程序调用) |
static BaseResult |
CommentAPI.replyAdd(String access_token,
weixin.popular.bean.comment.ReplyAdd replyAdd)
回复评论
|
static BaseResult |
CommentAPI.replyDelete(String access_token,
weixin.popular.bean.comment.Params delete)
删除回复
|
static BaseResult |
CardAPI.selfconsumecellSet(String accessToken,
weixin.popular.bean.card.paycell.set.PaySellSet cardSet)
设置自助核销功能
|
static BaseResult |
CardAPI.selfconsumecellSet(String accessToken,
String postJson)
设置自助核销功能
|
static BaseResult |
UserAPI.tagsDelete(String access_token,
Integer id)
标签管理 删除标签
请注意,当某个标签下的粉丝超过10w时,后台不可直接删除标签。 |
static BaseResult |
UserAPI.tagsMembersBatchblacklist(String access_token,
String[] openid_list)
黑名单管理 拉黑用户
|
static BaseResult |
UserAPI.tagsMembersBatchtagging(String access_token,
Integer tagid,
String[] openids)
用户管理 批量为用户打标签
标签功能目前支持公众号为用户打上最多20个标签。 |
static BaseResult |
UserAPI.tagsMembersBatchunblacklist(String access_token,
String[] openid_list)
黑名单管理 取消拉黑用户
|
static BaseResult |
UserAPI.tagsMembersBatchuntagging(String access_token,
Integer tagid,
String[] openids)
用户管理 批量为用户取消标签
|
static BaseResult |
UserAPI.tagsUpdate(String access_token,
Integer id,
String name)
标签管理 编辑标签
|
static BaseResult |
MessageAPI.templateApi_set_industry(String access_token,
String... industrys)
模板消息 设置所属行业
|
static BaseResult |
MessageAPI.templateDel_private_template(String access_token,
String template_id)
模板消息 删除模板
|
static BaseResult |
CardAPI.testWhiteListSet(String accessToken,
String postJson)
设置测试白名单
|
static BaseResult |
CardAPI.testWhiteListSet(String accessToken,
weixin.popular.bean.card.testwhitelist.set.TestWhiteListSet whiteList)
设置测试白名单
|
static BaseResult |
WxaAPI.unbind_tester(String access_token,
String wechatid)
成员管理
解除绑定小程序的体验者 |
static BaseResult |
OpenAPI.unbind(String access_token,
String appid,
String open_appid)
将公众号/小程序从开放平台帐号下解绑
|
static BaseResult |
CommentAPI.unmarkelect(String access_token,
weixin.popular.bean.comment.Params unmarkelect)
将评论取消精选
|
static BaseResult |
MaterialAPI.update_news(String access_token,
String media_id,
int index,
List<weixin.popular.bean.message.Article> articles)
修改永久图文素材
|
static BaseResult |
MaterialAPI.update_news(String access_token,
String media_id,
int index,
String articlesJson)
修改永久图文素材(通过json字符串)
|
static BaseResult |
PoiAPI.updatePoi(String accessToken,
weixin.popular.bean.poi.Poi poi)
修改门店服务信息
|
static BaseResult |
PoiAPI.updatePoi(String accessToken,
String postJson)
修改门店服务信息
|
static BaseResult |
UserAPI.userInfoUpdateremark(String access_token,
String openid,
String remark)
设置备注名
|
Copyright © 2017. All rights reserved.