程序包 | 说明 |
---|---|
me.chanjar.weixin.mp.api | |
me.chanjar.weixin.mp.api.impl | |
me.chanjar.weixin.mp.bean.guide |
限定符和类型 | 方法和说明 |
---|---|
WxMpGuideInfo |
WxMpGuideService.getGuide(String account,
String openid)
获取顾问信息
请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/getguideacct?
|
限定符和类型 | 方法和说明 |
---|---|
void |
WxMpGuideService.addGuide(WxMpGuideInfo guideInfo)
为服务号添加顾问
请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/addguideacct?
|
void |
WxMpGuideService.updateGuide(WxMpGuideInfo guideInfo)
修改顾问的昵称或头像
请求地址: POST https://api.weixin.qq.com/cgi-bin/guide/updateguideacct?
|
限定符和类型 | 方法和说明 |
---|---|
WxMpGuideInfo |
WxMpGuideServiceImpl.getGuide(String account,
String openid) |
限定符和类型 | 方法和说明 |
---|---|
void |
WxMpGuideServiceImpl.addGuide(WxMpGuideInfo guideInfo) |
void |
WxMpGuideServiceImpl.updateGuide(WxMpGuideInfo guideInfo) |
限定符和类型 | 方法和说明 |
---|---|
static WxMpGuideInfo |
WxMpGuideInfo.fromJson(String json) |
Copyright © 2024. All rights reserved.