程序包 | 说明 |
---|---|
me.chanjar.weixin.mp.api | |
me.chanjar.weixin.mp.api.impl | |
me.chanjar.weixin.mp.bean.result | |
me.chanjar.weixin.mp.util.json |
限定符和类型 | 方法和说明 |
---|---|
List<WxMpChangeOpenid> |
WxMpUserService.changeOpenid(String fromAppid,
List<String> openidList)
微信公众号主体变更迁移用户 openid
详情请见: http://kf.qq.com/faq/170221aUnmmU170221eUZJNf.html
http://kf.qq.com/faq/1901177NrqMr190117nqYJze.html
http请求方式: POST
接口地址:https://api.weixin.qq.com/cgi-bin/changeopenid?
|
限定符和类型 | 方法和说明 |
---|---|
List<WxMpChangeOpenid> |
WxMpUserServiceImpl.changeOpenid(String fromAppid,
List<String> openidList) |
限定符和类型 | 方法和说明 |
---|---|
static WxMpChangeOpenid |
WxMpChangeOpenid.fromJson(String json) |
限定符和类型 | 方法和说明 |
---|---|
static List<WxMpChangeOpenid> |
WxMpChangeOpenid.fromJsonList(String json) |
限定符和类型 | 方法和说明 |
---|---|
WxMpChangeOpenid |
WxMpChangeOpenidGsonAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2024. All rights reserved.